chore: bump mldoc

This commit is contained in:
Tienson Qin
2021-11-03 21:13:34 +08:00
parent 36764558b6
commit 300ee8feb4
2 changed files with 2 additions and 2 deletions

View File

@@ -2829,7 +2829,7 @@
(not= (util/nth-safe value current-pos) "]")))
(state/set-editor-show-page-search-hashtag! false)))
(when (and @*show-commands (not= key-code 191)) ; not / TODO: is this the .charCodeAt or the event code?
(when (and @*show-commands (not= k (state/get-editor-command-trigger)))
(let [matched-commands (get-matched-commands input)]
(if (seq matched-commands)
(do