##// END OF EJS Templates
remove any lingering raw_inputs on raw_input...
MinRK -
Show More
@@ -545,7 +545,10 b' var IPython = (function (IPython) {'
545 545 this.expand();
546 546 this.flush_clear_timeout();
547 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 552 area.append(
550 553 $("<div/>")
551 554 .addClass("box-flex1 output_subarea raw_input")
General Comments 0
You need to be logged in to leave comments. Login now