discourse-table-builder/javascripts/discourse
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
..
api-initializers FIX: Table editing sometimes not working (#50) 2023-04-25 10:23:28 -04:00
components FIX: Table editing sometimes not working (#50) 2023-04-25 10:23:28 -04:00
controllers FEATURE: Use spreadsheet editor for building tables 2022-07-19 16:33:10 -07:00
templates FIX: Table editing sometimes not working (#50) 2023-04-25 10:23:28 -04:00