From afd74fbb945e2d6ae82d251c60ec26a5193db2b9 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 5 Mar 2015 14:22:31 -0800 Subject: [PATCH] Refocus notebook after click on save closes #7963 --- IPython/html/static/notebook/js/actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/html/static/notebook/js/actions.js b/IPython/html/static/notebook/js/actions.js index 828b724e7..48e7d33ff 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; } },