do not wait for pollSizeChanges to apply change after setFontSize
This commit is contained in:
parent
9c30cf29c8
commit
29246bf8d9
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ var Editor = function(renderer, session) {
|
|||
|
||||
this.setFontSize = function(size) {
|
||||
this.container.style.fontSize = size;
|
||||
this.renderer.updateFontSize();
|
||||
};
|
||||
|
||||
this.$highlightBrackets = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue