@worktile/theia 16.1.3 → 16.1.4

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.
@@ -6227,7 +6227,6 @@ class TheVerticalToolbarItemComponent extends TheBaseToolbarDropdown {
6227
6227
  minWidth: 0,
6228
6228
  viewContainerRef: this.viewContainerRef,
6229
6229
  insideClosable: false,
6230
- backdropClosable: false,
6231
6230
  hasBackdrop: false
6232
6231
  });
6233
6232
  }
@@ -12563,6 +12562,7 @@ class TheTableToolbarComponent {
12563
12562
  this.selectedColor = newColor;
12564
12563
  }
12565
12564
  setFullscreen(event) {
12565
+ this.popoverRef.close();
12566
12566
  this.tableOptions.setFullscreen(this.editor, event, this.tableElement);
12567
12567
  }
12568
12568
  mousedown(event) {
@@ -14947,7 +14947,6 @@ class TheTableToolbarItemComponent extends TheBaseToolbarItem {
14947
14947
  optionsParam
14948
14948
  },
14949
14949
  minWidth: 0,
14950
- backdropClosable: false,
14951
14950
  hasBackdrop: false,
14952
14951
  outsideClosable: true,
14953
14952
  insideClosable: false,