Show More
@@ -76,6 +76,7 var IPython = (function (IPython) { | |||||
76 | } else if (event.which === 27) { |
|
76 | } else if (event.which === 27) { | |
77 | // Intercept escape at highest level to avoid closing |
|
77 | // Intercept escape at highest level to avoid closing | |
78 | // websocket connection with firefox |
|
78 | // websocket connection with firefox | |
|
79 | IPython.pager.collapse(); | |||
79 | event.preventDefault(); |
|
80 | event.preventDefault(); | |
80 | } |
|
81 | } | |
81 | if (event.which === 38 && !event.shiftKey) { |
|
82 | if (event.which === 38 && !event.shiftKey) { |
General Comments 0
You need to be logged in to leave comments.
Login now