From 362daae74bfc26e75d4057e39e3c1b0fb5d1f17c Mon Sep 17 00:00:00 2001 From: Ingo Date: Thu, 17 Mar 2022 13:12:31 +0100 Subject: [PATCH] bump to 1.18.3 --- codemirror/plugin.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codemirror/plugin.js b/codemirror/plugin.js index 376eec8e..9a9fc53f 100644 --- a/codemirror/plugin.js +++ b/codemirror/plugin.js @@ -9,7 +9,7 @@ (function() { CKEDITOR.plugins.add("codemirror", { 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% - version: "1.18.2", + version: "1.18.3", init: function (editor) { var command = editor.addCommand("codemirrorAbout", new CKEDITOR.dialogCommand("codemirrorAboutDialog")); command.modes = { wysiwyg: 1, source: 1 }; @@ -920,7 +920,9 @@ key !== 'Ctrl-I' && key !== 'Ctrl-U' && key !== 'Ctrl-Y' && - key !== 'Ctrl-Z') { + key !== 'Ctrl-Z' && + key !== 'Ctrl-C' && + key !== 'Ctrl-V') { (function(command) { editorExtraKeys[key] = function() { editor.execCommand(command);