mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
modified: system/admin/editor/js/Markdown.Editor.js (wyłączenie skrótu ctrl+x)
This commit is contained in:
parent
e21ca7fc2f
commit
72dc794080
1 changed files with 3 additions and 3 deletions
|
|
@ -1309,9 +1309,9 @@
|
||||||
case "m":
|
case "m":
|
||||||
doClick(buttons.readmore);
|
doClick(buttons.readmore);
|
||||||
break;
|
break;
|
||||||
case "x":
|
// case "x":
|
||||||
doClick(buttons.strikethrough);
|
// doClick(buttons.strikethrough);
|
||||||
break;
|
// break;
|
||||||
case "j":
|
case "j":
|
||||||
doClick(buttons.table);
|
doClick(buttons.table);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue