@meta2d/core 1.0.84 → 1.0.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meta2d/core",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -4097,6 +4097,9 @@ export class Canvas {
4097
4097
  }, 50);
4098
4098
  }
4099
4099
  initGlobalStyle() {
4100
+ if (this.store.options.themeOnlyCanvas || this.store.data.themeOnlyCanvas) {
4101
+ return;
4102
+ }
4100
4103
  const options = {};
4101
4104
  const data = {};
4102
4105
  const theme = {};