From 49d378b46808988488553a114babeb966f27bfb0 2015-03-05 22:35:22 From: Thomas Kluyver Date: 2015-03-05 22:35:22 Subject: [PATCH] Merge pull request #7981 from Carreau/focus-after-save Refocus notebook after click on save --- diff --git a/IPython/html/static/notebook/js/actions.js b/IPython/html/static/notebook/js/actions.js index 828b724..48e7d33 100644 --- a/IPython/html/static/notebook/js/actions.js +++ b/IPython/html/static/notebook/js/actions.js @@ -381,6 +381,7 @@ define(function(require){ if(event){ event.preventDefault(); } + env.notebook.focus_cell(); return false; } },