Show More
@@ -545,7 +545,10 b' var IPython = (function (IPython) {' | |||||
545 | this.expand(); |
|
545 | this.expand(); | |
546 | this.flush_clear_timeout(); |
|
546 | this.flush_clear_timeout(); | |
547 | var area = this.create_output_area(); |
|
547 | var area = this.create_output_area(); | |
548 |
|
548 | |||
|
549 | // disable any other raw_inputs, if they are left around | |||
|
550 | $("div.output_subarea.raw_input").remove(); | |||
|
551 | ||||
549 | area.append( |
|
552 | area.append( | |
550 | $("<div/>") |
|
553 | $("<div/>") | |
551 | .addClass("box-flex1 output_subarea raw_input") |
|
554 | .addClass("box-flex1 output_subarea raw_input") |
General Comments 0
You need to be logged in to leave comments.
Login now