mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
call unrender() when setting text of cells
This commit is contained in:
parent
294df0e623
commit
86f38a8f3b
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user