Always refresh the CM editor upon TextCell unrender.

Brian E. Granger 12 years ago committed by Jonathan Frederic
parent b976804051
commit e847a31348

@ -193,9 +193,8 @@ var IPython = (function (IPython) {
text_cell.find('div.text_cell_input').show();
if (this.get_text() === this.placeholder) {
this.set_text('');
this.refresh();
}
this.refresh();
}
return cont;
};

Loading…
Cancel
Save