@worktile/theia 14.3.20 → 14.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11333,6 +11333,9 @@ class TableStore {
11333
11333
  });
11334
11334
  }
11335
11335
  calculateSelectedColumnsAndRowIndex() {
11336
+ if (!this.editor?.selection) {
11337
+ return;
11338
+ }
11336
11339
  const pos = this.createTablePosition();
11337
11340
  if (!pos?.table) {
11338
11341
  return;