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 98085dc commit 109b39eCopy full SHA for 109b39e
notebook/static/notebook/js/shortcuteditor.js
@@ -50,6 +50,7 @@ var KeyBinding = createClass({
50
that.props.onAddBindings(that.state.shrt, that.props.ckey);
51
}
52
that.state.shrt='';
53
+ event.preventDefault();
54
return false;
55
};
56
return createElement('form', {className:'jupyter-keybindings',
0 commit comments