@tldraw/editor 4.3.0-canary.34be53a710df → 4.3.0-canary.35392ae6dc0d

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.
@@ -22,10 +22,10 @@ __export(version_exports, {
22
22
  version: () => version
23
23
  });
24
24
  module.exports = __toCommonJS(version_exports);
25
- const version = "4.3.0-canary.34be53a710df";
25
+ const version = "4.3.0-canary.35392ae6dc0d";
26
26
  const publishDates = {
27
27
  major: "2025-09-18T14:39:22.803Z",
28
- minor: "2025-12-04T16:51:04.456Z",
29
- patch: "2025-12-04T16:51:04.456Z"
28
+ minor: "2025-12-05T09:46:38.266Z",
29
+ patch: "2025-12-05T09:46:38.266Z"
30
30
  };
31
31
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/version.ts"],
4
- "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.34be53a710df'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-04T16:51:04.456Z',\n\tpatch: '2025-12-04T16:51:04.456Z',\n}\n"],
4
+ "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.35392ae6dc0d'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-05T09:46:38.266Z',\n\tpatch: '2025-12-05T09:46:38.266Z',\n}\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,MAAM,UAAU;AAChB,MAAM,eAAe;AAAA,EAC3B,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACR;",
6
6
  "names": []
7
7
  }
@@ -302,7 +302,7 @@ import { uniq } from "./lib/utils/uniq.mjs";
302
302
  import { openWindow } from "./lib/utils/window-open.mjs";
303
303
  registerTldrawLibraryVersion(
304
304
  "@tldraw/editor",
305
- "4.3.0-canary.34be53a710df",
305
+ "4.3.0-canary.35392ae6dc0d",
306
306
  "esm"
307
307
  );
308
308
  export {
@@ -7527,8 +7527,8 @@ class Editor extends (_a = EventEmitter, _getIsShapeHiddenCache_dec = [computed]
7527
7527
  this.setCursor({ type: this._prevCursor, rotation: 0 });
7528
7528
  }
7529
7529
  }
7530
- this.emit("event", info);
7531
7530
  this.root.handleEvent(info);
7531
+ this.emit("event", info);
7532
7532
  return;
7533
7533
  }
7534
7534
  if (info.shiftKey) {