Always refresh the CM editor upon TextCell unrender.

This commit is contained in:
Brian E. Granger 2014-02-27 15:39:05 -08:00 committed by Jonathan Frederic
parent b976804051
commit e847a31348

View File

@ -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;
};