Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 1aa98f9

Browse files
fix(constants): add semicolon keycode
Fixes #7228.
1 parent 08bf4f9 commit 1aa98f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/util/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function MdConstantFactory($sniffer) {
1515
return {
1616
KEY_CODE: {
1717
COMMA: 188,
18+
SEMICOLON : 186,
1819
ENTER: 13,
1920
ESCAPE: 27,
2021
SPACE: 32,

0 commit comments

Comments
 (0)