@netless/app-slide 0.0.2 → 0.0.3
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/main.cjs.js +34 -34
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +2 -1
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +19 -19
- package/dist/main.iife.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/main.es.js
CHANGED
|
@@ -34401,6 +34401,7 @@ var styles = ".netless-app-slide-content{position:relative;height:100%;overflow:
|
|
|
34401
34401
|
const SlideApp = {
|
|
34402
34402
|
kind: "Slide",
|
|
34403
34403
|
async setup(context) {
|
|
34404
|
+
var _a;
|
|
34404
34405
|
const box = context.getBox();
|
|
34405
34406
|
const view = context.getView();
|
|
34406
34407
|
const room = context.getRoom();
|
|
@@ -34419,7 +34420,7 @@ const SlideApp = {
|
|
|
34419
34420
|
box.mountStyles(styles);
|
|
34420
34421
|
const sideEffect = new s();
|
|
34421
34422
|
const baseScenePath = context.getInitScenePath();
|
|
34422
|
-
const showController =
|
|
34423
|
+
const showController = (_a = context.getAppOptions()) == null ? void 0 : _a.debug;
|
|
34423
34424
|
const channel = `channel-${context.appId}`;
|
|
34424
34425
|
let theController;
|
|
34425
34426
|
const onPageChanged = (page) => {
|