##// END OF EJS Templates
Always refresh the CM editor upon TextCell unrender.
Brian E. Granger -
Show More
@@ -193,9 +193,8 b' var IPython = (function (IPython) {'
193 text_cell.find('div.text_cell_input').show();
193 text_cell.find('div.text_cell_input').show();
194 if (this.get_text() === this.placeholder) {
194 if (this.get_text() === this.placeholder) {
195 this.set_text('');
195 this.set_text('');
196 this.refresh();
197 }
196 }
198
197 this.refresh();
199 }
198 }
200 return cont;
199 return cont;
201 };
200 };
General Comments 0
You need to be logged in to leave comments. Login now