mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Revert "esc collapse pager"
This reverts commit c8e47d45dbd7c17293de0d9218e8f52247b79d1d.
This commit is contained in:
parent
6acefdacb2
commit
1eeff0e5c8
@ -76,7 +76,6 @@ var IPython = (function (IPython) {
|
||||
} else if (event.which === 27) {
|
||||
// Intercept escape at highest level to avoid closing
|
||||
// websocket connection with firefox
|
||||
IPython.pager.collapse();
|
||||
event.preventDefault();
|
||||
}
|
||||
if (event.which === 38 && !event.shiftKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user