summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-02 01:06:55 +0800
committerCheng-Han, Wu2016-06-02 01:06:55 +0800
commitdcc5ef2df65aafabde083f266ee164de2c716fa4 (patch)
tree58afcfe0b7c2ac91f3ed494df689414df2c0f3aa /public/js/index.js
parent223d685a7c6ee95213ec2afcecb6d90dcd6b0259 (diff)
Remove unnecessary editor refresh workaround because it already get fixed
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index cb3bbcc4..25c84ad9 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -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++) {