This commit is contained in:
dwelle 2025-03-10 10:15:20 +01:00
parent b7e03b475c
commit 817860350e

View file

@ -545,7 +545,7 @@ export const actionToggleLassoTool = register({
activeEmbeddable: null, activeEmbeddable: null,
activeTool, activeTool,
}, },
storeAction: StoreAction.CAPTURE, captureUpdate: CaptureUpdateAction.IMMEDIATELY,
}; };
}, },
}); });