modified: system/admin/editor/js/Markdown.Editor.js (wyłączenie skrótu ctrl+x)

This commit is contained in:
mieszkou 2022-05-16 03:06:03 +02:00
commit 72dc794080

View file

@ -1309,9 +1309,9 @@
case "m":
doClick(buttons.readmore);
break;
case "x":
doClick(buttons.strikethrough);
break;
// case "x":
// doClick(buttons.strikethrough);
// break;
case "j":
doClick(buttons.table);
break;