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