@tldraw/editor 3.9.0-canary.4261d7f06f6f → 3.9.0-canary.4c1a7f41966d

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-cjs/index.js CHANGED
@@ -366,7 +366,7 @@ function debugEnableLicensing() {
366
366
  }
367
367
  (0, import_utils.registerTldrawLibraryVersion)(
368
368
  "@tldraw/editor",
369
- "3.9.0-canary.4261d7f06f6f",
369
+ "3.9.0-canary.4c1a7f41966d",
370
370
  "cjs"
371
371
  );
372
372
  //# sourceMappingURL=index.js.map
@@ -7573,7 +7573,7 @@ function withIsolatedShapes(editor, shapeIds, callback) {
7573
7573
  result = import_utils.Result.err(error);
7574
7574
  }
7575
7575
  });
7576
- editor.store.applyDiff((0, import_store.reverseRecordsDiff)(changes));
7576
+ editor.store.applyDiff((0, import_store.reverseRecordsDiff)(changes), { runCallbacks: false });
7577
7577
  },
7578
7578
  { history: "ignore" }
7579
7579
  );