##// END OF EJS Templates
call unrender() when setting text of cells
Paul Ivanov -
Show More
@@ -164,8 +164,8 b' define(['
164 164 * */
165 165 TextCell.prototype.set_text = function(text) {
166 166 this.code_mirror.setValue(text);
167 this.unrender();
167 168 this.code_mirror.refresh();
168 this.rendered = false;
169 169 };
170 170
171 171 /**
General Comments 0
You need to be logged in to leave comments. Login now