call unrender() when setting text of cells

This commit is contained in:
Paul Ivanov 2014-07-29 16:24:53 -07:00
parent 294df0e623
commit 86f38a8f3b

View File

@ -164,8 +164,8 @@ define([
* */
TextCell.prototype.set_text = function(text) {
this.code_mirror.setValue(text);
this.unrender();
this.code_mirror.refresh();
this.rendered = false;
};
/**