mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 08:36:29 +00:00
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…
x
Reference in New Issue
Block a user