Skip to content

Commit dcc5ef2

Browse files
committed
Remove unnecessary editor refresh workaround because it already get fixed
1 parent 223d685 commit dcc5ef2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,6 @@ editor.on('changes', function (cm, changes) {
25022502
viewportMargin = newViewportMargin;
25032503
windowResize();
25042504
}
2505-
editor.refresh();
25062505
});
25072506
editor.on('focus', function (cm) {
25082507
for (var i = 0; i < onlineUsers.length; i++) {

0 commit comments

Comments
 (0)