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 = {
|
const methods = {
|
||||||
bold: pagedownHandler('bold'),
|
bold: pagedownHandler('bold'),
|
||||||
italic: pagedownHandler('italic'),
|
italic: pagedownHandler('italic'),
|
||||||
|
strikethrough: pagedownHandler('strikethrough'),
|
||||||
link: pagedownHandler('link'),
|
link: pagedownHandler('link'),
|
||||||
quote: pagedownHandler('quote'),
|
quote: pagedownHandler('quote'),
|
||||||
code: pagedownHandler('code'),
|
code: pagedownHandler('code'),
|
||||||
|
Loading…
Reference in New Issue
Block a user