@netless/app-slide 0.2.67 → 0.2.69

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/app-slide",
3
- "version": "0.2.67",
3
+ "version": "0.2.69",
4
4
  "main": "dist/main.cjs.js",
5
5
  "module": "dist/main.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "README-zh.md"
11
11
  ],
12
12
  "devDependencies": {
13
- "@netless/slide": "^1.4.20",
13
+ "@netless/slide": "^1.4.29",
14
14
  "@types/color-string": "^1.5.2",
15
15
  "color-string": "^1.9.1",
16
16
  "jspdf": "2.5.1",
@@ -320,6 +320,7 @@ export class SlideController {
320
320
  logger: options.logger,
321
321
  whiteTracker: defaults.whiteTracker,
322
322
  timestamp: this.timestamp,
323
+ skipActionWhenFrozen: true,
323
324
  });
324
325
  if (import.meta.env.DEV) {
325
326
  // eslint-disable-next-line @typescript-eslint/no-explicit-any