mirror of
https://github.com/status-im/codimd.git
synced 2025-02-20 03:38:33 +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;
|
viewportMargin = newViewportMargin;
|
||||||
windowResize();
|
windowResize();
|
||||||
}
|
}
|
||||||
editor.refresh();
|
|
||||||
});
|
});
|
||||||
editor.on('focus', function (cm) {
|
editor.on('focus', function (cm) {
|
||||||
for (var i = 0; i < onlineUsers.length; i++) {
|
for (var i = 0; i < onlineUsers.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user