@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.
package/dist-cjs/index.js CHANGED
@@ -370,7 +370,7 @@ var import_uniq = require("./lib/utils/uniq");
370
370
  var import_window_open = require("./lib/utils/window-open");
371
371
  (0, import_utils.registerTldrawLibraryVersion)(
372
372
  "@tldraw/editor",
373
- "4.3.0-canary.34be53a710df",
373
+ "4.3.0-canary.35392ae6dc0d",
374
374
  "cjs"
375
375
  );
376
376
  //# sourceMappingURL=index.js.map
@@ -7492,8 +7492,8 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
7492
7492
  this.setCursor({ type: this._prevCursor, rotation: 0 });
7493
7493
  }
7494
7494
  }
7495
- this.emit("event", info);
7496
7495
  this.root.handleEvent(info);
7496
+ this.emit("event", info);
7497
7497
  return;
7498
7498
  }
7499
7499
  if (info.shiftKey) {