From 3af89794fef6a5c0ed8fd688ae44cd12c9a01bd2 Mon Sep 17 00:00:00 2001 From: "Jessica B. Hamrick" Date: Thu, 29 Oct 2015 11:03:19 -0700 Subject: [PATCH] Remove added whitespace --- notebook/static/notebook/js/notebook.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 71f88273b..259088cc7 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -728,6 +728,7 @@ define(function (require) { var selectedIndex = Math.min(Math.max(this.get_selected_index() + offset, 0), this.ncells()-1); this.select(selectedIndex); this.get_selected_cell().marked = true; + this.ensure_focused(); };