mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-19 00:01:35 -04:00
This commit moves spreadsheet logic to a component which resolves the issue where the spreadsheet only loads the first time the edit modal appears.
6 lines
151 B
Handlebars
6 lines
151 B
Handlebars
<SpreadsheetEditor
|
|
@model={{this.model}}
|
|
@tableHtml={{this.tableHtml}}
|
|
@triggerModalClose={{action "closeEditModal"}}
|
|
@submitOnClose="false"
|
|
/> |