@netless/window-manager 0.4.56 → 0.4.57

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": "@netless/window-manager",
3
- "version": "0.4.56",
3
+ "version": "0.4.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "video.js": ">=7"
29
29
  },
30
30
  "devDependencies": {
31
- "@netless/app-docs-viewer": "^0.2.11",
31
+ "@netless/app-docs-viewer": "^0.2.12",
32
32
  "@netless/app-media-player": "0.1.0-beta.5",
33
33
  "@rollup/plugin-commonjs": "^20.0.0",
34
34
  "@rollup/plugin-node-resolve": "^13.0.4",
package/src/index.ts CHANGED
@@ -861,6 +861,7 @@ export class WindowManager extends InvisiblePlugin<WindowMangerAttributes, any>
861
861
  }
862
862
 
863
863
  public cleanCurrentScene(): void {
864
+ log("clean current scene");
864
865
  this.focusedView?.cleanCurrentScene();
865
866
  }
866
867