@netless/app-slide 0.2.47-alpha.7 → 0.2.48
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/dist/index.d.ts +1 -1
- package/dist/main.cjs.js +60 -60
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +978 -964
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +60 -60
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -211,7 +211,7 @@ interface ISlideConfig {
|
|
|
211
211
|
/**
|
|
212
212
|
* Whether to enable global clicking, after turning on, as long as you click within the ppt viewport range,
|
|
213
213
|
* and do not trigger interactive elements inside ppt, it will trigger the next action.
|
|
214
|
-
* Default is false
|
|
214
|
+
* Default is false.
|
|
215
215
|
*/
|
|
216
216
|
enableGlobalClick?: boolean;
|
|
217
217
|
/**
|