Remove unnecessary editor refresh workaround because it already get fixed
This commit is contained in:
parent
223d685a7c
commit
dcc5ef2df6
1 changed files with 0 additions and 1 deletions
|
@ -2502,7 +2502,6 @@ editor.on('changes', function (cm, changes) {
|
|||
viewportMargin = newViewportMargin;
|
||||
windowResize();
|
||||
}
|
||||
editor.refresh();
|
||||
});
|
||||
editor.on('focus', function (cm) {
|
||||
for (var i = 0; i < onlineUsers.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue