]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts
Lexical: Fixed tiny image resizer on image insert
[bookstack] / resources / js / wysiwyg / ui / framework / helpers / table-selection-handler.ts
index d3d8925505f8a71074b4138c35caec38c51b611e..c05e448f5a08f8ba890cce8344d17ead23be7e87 100644 (file)
@@ -56,7 +56,7 @@ class TableSelectionHandler {
                 tableNode,
                 tableElement,
                 this.editor,
-                false,
+                true,
             );
             this.tableSelections.set(nodeKey, tableSelection);
         }