diff --git a/packages/table-module/src/module/with-selection.ts b/packages/table-module/src/module/with-selection.ts index c6ccf3858..fc43f8056 100644 --- a/packages/table-module/src/module/with-selection.ts +++ b/packages/table-module/src/module/with-selection.ts @@ -34,7 +34,7 @@ export function withSelection(editor: T) { }) if (!fromEntry || !toEntry) { - TableCursor.unselect(editor) + // TableCursor.unselect(editor) return apply(op) }