mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +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":
|
||||
doClick(buttons.readmore);
|
||||
break;
|
||||
case "x":
|
||||
doClick(buttons.strikethrough);
|
||||
break;
|
||||
// case "x":
|
||||
// doClick(buttons.strikethrough);
|
||||
// break;
|
||||
case "j":
|
||||
doClick(buttons.table);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue