@netless/forge-slide 0.1.1-alpha.4 → 0.1.1-alpha.5

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.js CHANGED
@@ -67282,11 +67282,13 @@ var SlideApplication = class extends import_forge_room4.AbstractApplication {
67282
67282
  this.whiteboard.view.style.top = "0";
67283
67283
  this.whiteboard.view.style.left = "0";
67284
67284
  this.whiteboard.view.style.zIndex = "4";
67285
+ this.whiteboard.view.classList.add("slide-whiteboard");
67285
67286
  this.whiteboard.permissions.addPermission(WhiteboardPermissionFlag.all);
67286
67287
  this.whiteboard.setCanvasBackgroundColor("#f0f0f000");
67287
67288
  this.whiteboardContainer.style.position = "relative";
67288
67289
  this.whiteboardContainer.style.flex = "0 0 auto";
67289
67290
  this.whiteboardContainer.style.height = "calc(100% - 24px)";
67291
+ this.whiteboardContainer.classList.add("forge-slide-whiteboard-container");
67290
67292
  this.whiteboardContainer.appendChild(this.whiteboard.view);
67291
67293
  this.whiteboardContainer.appendChild(this.slideContainer);
67292
67294
  this.contentContainer.appendChild(this.whiteboardContainer);