mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
don't focus cell on save
This commit is contained in:
parent
28268d9d0f
commit
581d6ca158
@ -377,7 +377,6 @@ define(function(require){
|
||||
if(event){
|
||||
event.preventDefault();
|
||||
}
|
||||
env.notebook.ensure_focused();
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user