@netless/forge-whiteboard 1.1.0-beta.1 → 1.1.0-beta.2

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.
@@ -32487,6 +32487,7 @@ var WhiteboardApplication = class _WhiteboardApplication extends import_forge_ro
32487
32487
  this.shadowScope.settings.insertItems = false;
32488
32488
  this.snapshotCanvasElement.setAttribute("id", `${this.appId}-snapshot`);
32489
32489
  this.snapshotScope.setup(this.snapshotCanvasElement);
32490
+ this.snapshotScope.settings.insertItems = false;
32490
32491
  this.resizeObserver = new ResizeObserver(() => {
32491
32492
  if (this.internalResizeObserver) {
32492
32493
  const rootBounds = this.rootElement.getBoundingClientRect();