Skip to content

Commit 362daae

Browse files
committed
bump to 1.18.3
1 parent 560050e commit 362daae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codemirror/plugin.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(function() {
1010
CKEDITOR.plugins.add("codemirror", {
1111
lang: "af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh", // %REMOVE_LINE_CORE%
12-
version: "1.18.2",
12+
version: "1.18.3",
1313
init: function (editor) {
1414
var command = editor.addCommand("codemirrorAbout", new CKEDITOR.dialogCommand("codemirrorAboutDialog"));
1515
command.modes = { wysiwyg: 1, source: 1 };
@@ -920,7 +920,9 @@
920920
key !== 'Ctrl-I' &&
921921
key !== 'Ctrl-U' &&
922922
key !== 'Ctrl-Y' &&
923-
key !== 'Ctrl-Z') {
923+
key !== 'Ctrl-Z' &&
924+
key !== 'Ctrl-C' &&
925+
key !== 'Ctrl-V') {
924926
(function(command) {
925927
editorExtraKeys[key] = function() {
926928
editor.execCommand(command);

0 commit comments

Comments
 (0)