@netless/slide 1.1.9-beta.7 → 1.1.9
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/lib/Slide.d.ts +1 -1
- package/lib/Slide.js +1 -1
- package/package.json +2 -2
package/lib/Slide.d.ts
CHANGED
|
@@ -195,7 +195,7 @@ export interface ISlideConfig {
|
|
|
195
195
|
/**
|
|
196
196
|
* Whether to enable global clicking, after turning on, as long as you click within the ppt viewport range,
|
|
197
197
|
* and do not trigger interactive elements inside ppt, it will trigger the next action.
|
|
198
|
-
* Default is false
|
|
198
|
+
* Default is false.
|
|
199
199
|
*/
|
|
200
200
|
enableGlobalClick?: boolean;
|
|
201
201
|
/**
|