diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index 10c8bfd..ebc0b62 100644 --- a/IPython/html/static/notebook/js/codecell.js +++ b/IPython/html/static/notebook/js/codecell.js @@ -329,6 +329,7 @@ define([ // If we closed the tooltip, don't let CM or the global handlers // handle this event. event.codemirrorIgnore = true; + event._ipkmIgnore = true; event.preventDefault(); return true; } else if (event.keyCode === keycodes.tab && event.type === 'keydown' && event.shiftKey) {