|
@@ -121,7 +121,7 @@ export const actionClearCanvas = register({
|
|
|
pasteDialog: appState.pasteDialog,
|
|
|
activeTool:
|
|
|
appState.activeTool.type === "image"
|
|
|
- ? { ...appState.activeTool, type: "selection" }
|
|
|
+ ? { ...appState.activeTool, type: app.defaultSelectionTool }
|
|
|
: appState.activeTool,
|
|
|
},
|
|
|
captureUpdate: CaptureUpdateAction.IMMEDIATELY,
|