Table cell merge & various related fixes (#7599)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-01-08 15:55:43 +07:00
committed by GitHub
parent 9c7ce99361
commit bc4c94ae2a
12 changed files with 216 additions and 55 deletions
+6 -1
View File
@@ -84,11 +84,14 @@ export default plugin(textEditorId, {
DeleteColumn: '' as IntlString,
AddRowBefore: '' as IntlString,
AddRowAfter: '' as IntlString,
MergeCells: '' as IntlString,
SplitCells: '' as IntlString,
DeleteRow: '' as IntlString,
DeleteTable: '' as IntlString,
Duplicate: '' as IntlString,
CategoryRow: '' as IntlString,
CategoryColumn: '' as IntlString,
CategoryCell: '' as IntlString,
Table: '' as IntlString,
TableOptions: '' as IntlString,
SelectTable: '' as IntlString,
@@ -125,6 +128,8 @@ export default plugin(textEditorId, {
Download: '' as Asset,
Note: '' as Asset,
Comment: '' as Asset,
SelectTable: '' as Asset
SelectTable: '' as Asset,
MergeCells: '' as Asset,
SplitCells: '' as Asset
}
})