Append the hot key

For the strikethrough's hot key
This commit is contained in:
UrsulaShan 2018-08-28 19:34:59 +08:00 committed by GitHub
parent fc8892d990
commit 5bc0f37ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),