Show More
@@ -68,7 +68,7 b' IPython.dialog = (function (IPython) {' | |||||
68 | if (options.reselect_cell !== false) { |
|
68 | if (options.reselect_cell !== false) { | |
69 | dialog.on("hidden", function () { |
|
69 | dialog.on("hidden", function () { | |
70 | if (IPython.notebook) { |
|
70 | if (IPython.notebook) { | |
71 | cell = IPython.notebook.get_selected_cell(); |
|
71 | var cell = IPython.notebook.get_selected_cell(); | |
72 | if (cell) cell.select(); |
|
72 | if (cell) cell.select(); | |
73 | } |
|
73 | } | |
74 | }); |
|
74 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now