@worktile/theia 20.1.0-next.6 → 20.1.0-next.7

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.
@@ -3906,9 +3906,6 @@ const withTheia = (editor, plugins = []) => {
3906
3906
  e.isContainer = (value) => false;
3907
3907
  e.globalMousedown = (event) => null;
3908
3908
  e.mousedown = (event) => { };
3909
- e.isVisible = (element) => {
3910
- return true;
3911
- };
3912
3909
  e.extraElementOptions = [];
3913
3910
  e.disabled = false;
3914
3911
  e.plugins = [];