mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #7981 from Carreau/focus-after-save
Refocus notebook after click on save
This commit is contained in:
commit
1daa179153
@ -381,6 +381,7 @@ define(function(require){
|
||||
if(event){
|
||||
event.preventDefault();
|
||||
}
|
||||
env.notebook.focus_cell();
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user