@lvce-editor/extension-management-worker 4.37.1 → 4.38.0

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.
@@ -3684,6 +3684,9 @@ const contributesViews = extension => {
3684
3684
  };
3685
3685
 
3686
3686
  const shouldLoadViews = extension => {
3687
+ if (extension.disabled) {
3688
+ return false;
3689
+ }
3687
3690
  if (!contributesViews(extension)) {
3688
3691
  return false;
3689
3692
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-management-worker",
3
- "version": "4.37.1",
3
+ "version": "4.38.0",
4
4
  "description": "Webworker for the Extension Management functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"