You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defuneros--remove-result-overlay-real ()
"Remove result overlay from current buffer.This function also removes itself from `pre-command-hook'."
(remove-hook'post-command-hook#'eros--remove-result-overlay-real'local)
(remove-overlaysnilnil'category'result))
(defuneros--remove-result-overlay ()
"Setup a callback to remove result overlay from current buffer."
(remove-hook'pre-command-hook#'eros--remove-result-overlay'local)
(add-hook'post-command-hook#'eros--remove-result-overlay-realnil'local))
I expect it to show overlay, but it doesn't (the overaly is probably instantly removed by pre-command-hook).
If I set
:duration
to 2 it works.The text was updated successfully, but these errors were encountered: