X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/57d8449660e2cf5acd9bfaa6c951b3dfd040bf42..fda242d3da40b1352298bf6ddf3fc902b7690e3b:/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts diff --git a/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts b/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts index d3d892550..c05e448f5 100644 --- a/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts +++ b/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts @@ -56,7 +56,7 @@ class TableSelectionHandler { tableNode, tableElement, this.editor, - false, + true, ); this.tableSelections.set(nodeKey, tableSelection); }