##// END OF EJS Templates
Refocus notebook after click on save...
Matthias Bussonnier -
Show More
@@ -381,6 +381,7 b' define(function(require){'
381 if(event){
381 if(event){
382 event.preventDefault();
382 event.preventDefault();
383 }
383 }
384 env.notebook.focus_cell();
384 return false;
385 return false;
385 }
386 }
386 },
387 },
General Comments 0
You need to be logged in to leave comments. Login now