Append the hot key
For the strikethrough's hot key
This commit is contained in:
parent
fc8892d990
commit
5bc0f37ad1
@ -23,6 +23,7 @@ const findReplaceOpener = type => () => {
|
||||
const methods = {
|
||||
bold: pagedownHandler('bold'),
|
||||
italic: pagedownHandler('italic'),
|
||||
strikethrough: pagedownHandler('strikethrough'),
|
||||
link: pagedownHandler('link'),
|
||||
quote: pagedownHandler('quote'),
|
||||
code: pagedownHandler('code'),
|
||||
|
Loading…
Reference in New Issue
Block a user