Skip to content

Commit

Permalink
fix: Random popup sidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 11, 2024
1 parent b075f79 commit b2eb586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sideline-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ Argument COMMAND is required in sideline backend."
(unless (ht-contains-p sideline-flycheck--errors msg)
(ht-set sideline-flycheck--errors msg nil) ; doesn't care about value
(push msg msgs))))
(funcall sideline-flycheck--callback msgs))))
(funcall sideline-flycheck--callback msgs)
(setq sideline-flycheck--callback nil))))

(defun sideline-flycheck--post-command ()
"Display error message at point with a delay, unless already displayed."
Expand Down

0 comments on commit b2eb586

Please sign in to comment.