fix: "hand" tool active after exiting view mode if laser point was used (#10841)
This commit is contained in:
@@ -4866,7 +4866,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
this.state.viewModeEnabled &&
|
||||
event.key === KEYS.ESCAPE
|
||||
) {
|
||||
this.setActiveTool({ type: "hand" });
|
||||
this.setActiveTool({ type: "selection" });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user