Show More
@@ -2048,6 +2048,7 b' var IPython = (function (IPython) {' | |||||
2048 | } else { |
|
2048 | } else { | |
2049 | this.select(0); |
|
2049 | this.select(0); | |
2050 | this.handle_command_mode(this.get_cell(0)); |
|
2050 | this.handle_command_mode(this.get_cell(0)); | |
|
2051 | $([IPython.events]).trigger('command_mode.Notebook'); | |||
2051 | } |
|
2052 | } | |
2052 | this.set_dirty(false); |
|
2053 | this.set_dirty(false); | |
2053 | this.scroll_to_top(); |
|
2054 | this.scroll_to_top(); |
General Comments 0
You need to be logged in to leave comments.
Login now