We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1520d2f commit 7d5cdb2Copy full SHA for 7d5cdb2
client/modules/IDE/components/IDEKeyHandlers.jsx
@@ -67,7 +67,6 @@ export const useIDEKeyHandlers = ({ getContent }) => {
67
dispatch(setAllAccessibleOutput(false));
68
},
69
'ctrl-b': (e) => {
70
- console.log('Ctrl-B Pressed');
71
e.preventDefault();
72
dispatch(
73
// TODO: create actions 'toggleConsole', 'toggleSidebar', etc.
0 commit comments