From 10c9811fc534a2738c19d8f74a447ed500b730a2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 2 Jul 2015 00:10:20 +0800 Subject: Jump to 0.3.1 --- public/vendor/codemirror/addon/comment/continuecomment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/vendor/codemirror/addon/comment') diff --git a/public/vendor/codemirror/addon/comment/continuecomment.js b/public/vendor/codemirror/addon/comment/continuecomment.js index b11d51e6..d0b81d30 100755 --- a/public/vendor/codemirror/addon/comment/continuecomment.js +++ b/public/vendor/codemirror/addon/comment/continuecomment.js @@ -57,7 +57,7 @@ cm.operation(function() { for (var i = ranges.length - 1; i >= 0; i--) - cm.replaceRange(inserts[i], ranges[i].from(), ranges[i].to(), "+insert"); + cm.replaceRange(inserts[i], ranges[i].from(), ranges[i].to(), "+input"); }); } -- cgit v1.2.3