mirror of https://github.com/status-im/codimd.git
Remove unnecessary editor refresh workaround because it already get fixed
This commit is contained in:
parent
223d685a7c
commit
dcc5ef2df6
|
@ -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 New Issue