Refocus notebook after click on save

closes #7963
This commit is contained in:
Matthias Bussonnier 2015-03-05 14:22:31 -08:00
parent d69f903ff3
commit afd74fbb94

View File

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