Refocus notebook after click on save

closes #7963
Matthias Bussonnier 11 years ago
parent d69f903ff3
commit afd74fbb94

@ -381,6 +381,7 @@ define(function(require){
if(event){
event.preventDefault();
}
env.notebook.focus_cell();
return false;
}
},

Loading…
Cancel
Save