discourse-table-builder/javascripts
Penar Musaraj a6b221ddfa
FIX: Table editing sometimes not working (#50)
We were relying on the `event.target`, and sometimes that target was not the button element with the `table-id` data attribute, but the svg. 

This commit makes a few changes: 

- renames `tableId` to `tableIndex`
- passes the index as part of the attributes to the `generateModal` function
2023-04-25 10:23:28 -04:00
..
discourse FIX: Table editing sometimes not working (#50) 2023-04-25 10:23:28 -04:00
discourse-table-builder/lib FIX: Remove linebreaks from cell data (#48) 2023-02-27 15:49:55 +00:00