mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
remove rogue codemirror onUpdate
This commit is contained in:
parent
01cdf460cc
commit
20fec7b2d0
@ -41,7 +41,6 @@ var IPython = (function (IPython) {
|
||||
mode: 'python',
|
||||
theme: 'ipython',
|
||||
readOnly: this.read_only,
|
||||
onUpdate: $.proxy(function(){this.set_input_prompt()},this),
|
||||
extraKeys: {"Tab": "indentMore","Shift-Tab" : "indentLess",'Backspace':"delSpaceToPrevTabStop"},
|
||||
onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this)
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user