diff --git a/src/components/App.tsx b/src/components/App.tsx index 12658cec..f7c09c2f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1405,7 +1405,7 @@ class App extends React.Component { return; } - if (event[KEYS.CTRL_OR_CMD]) { + if (event[KEYS.CTRL_OR_CMD] && this.state.isBindingEnabled) { this.setState({ isBindingEnabled: false }); }