diff options
author | Wu Cheng-Han | 2015-07-04 11:31:01 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-07-04 11:31:01 +0800 |
commit | 01685c255fda6e13f1cd2980130d2e388d52125c (patch) | |
tree | c329610e7011c0d77c55ef54f371181aeb362d13 /lib | |
parent | 1d843c8ac257d512a96cf054ab24e6a3c2f34e26 (diff) |
Updated codemirror to 5.4.0
Diffstat (limited to '')
-rw-r--r-- | lib/realtime.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/realtime.js b/lib/realtime.js index 57038b72..2f648c11 100644 --- a/lib/realtime.js +++ b/lib/realtime.js @@ -630,6 +630,7 @@ function connection(socket) { case 'drag': case '*compose': case 'case': + case '+insert': case '+insertLine': case '+swapLine': case '+joinLines': |