There was an error while loading. Please reload this page.
1 parent 2bc6b22 commit f07ffdbCopy full SHA for f07ffdb
packages/atri-app-core/src/canvasMachine.ts
@@ -519,6 +519,7 @@ export function createCanvasMachine(id: string) {
519
[MOUSE_MOVE]: {
520
target: repositionActive,
521
cond: isNotInTheSameParent,
522
+ actions: ["emitRepositionStarted"],
523
},
524
525
@@ -533,6 +534,7 @@ export function createCanvasMachine(id: string) {
533
534
535
target: repositionIdle,
536
cond: isInTheSameParent,
537
+ actions: ["emitRepositionEnded"],
538
539
540
0 commit comments