Skip to content

Commit

Permalink
Stop timer to prevent which-key--hide-popup call
Browse files Browse the repository at this point in the history
  • Loading branch information
darth10 committed Jun 17, 2020
1 parent a486ecb commit c9fa223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions which-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ problems at github.")
"Advice function for `god-mode-help-char-dispatch'."
(if (not (which-key--popup-showing-p))
(apply orig-fn args)
(which-key--stop-timer)
(which-key-C-h-dispatch)
;; Discard last prefix input. `discard-input' cannot be used
;; here as it ends any macro being defined.
Expand Down

0 comments on commit c9fa223

Please sign in to comment.