Show More
@@ -164,8 +164,8 b' define([' | |||||
164 | * */ |
|
164 | * */ | |
165 | TextCell.prototype.set_text = function(text) { |
|
165 | TextCell.prototype.set_text = function(text) { | |
166 | this.code_mirror.setValue(text); |
|
166 | this.code_mirror.setValue(text); | |
|
167 | this.unrender(); | |||
167 | this.code_mirror.refresh(); |
|
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