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 15, 2020
1 parent 87badef commit 4ae21c2
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 @@ -776,6 +776,7 @@ problems at github.")
(message "DEBUG: Advice called")
(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 4ae21c2

Please sign in to comment.