do not capture lasso tool

This commit is contained in:
Ryan Di 2025-03-18 21:06:47 +11:00
parent 817860350e
commit c460f5faac

View file

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