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
I'm not sure if this is popup.el's problem, when I use flycheck-popup-tip and lsp-mode , the flycheck-popup-tip-delete-popup will call popup-delete method, and the (delete-char -1) in the dotimes statement will always trigger a change event, which will alway trigger the lsp-on-change to excute.
popup-el/popup.el
Line 685 in e112ef1
I'm not sure if this is
popup.el
's problem, when I useflycheck-popup-tip
andlsp-mode
, theflycheck-popup-tip-delete-popup
will callpopup-delete
method, and the(delete-char -1)
in thedotimes
statement will always trigger achange
event, which will alway trigger thelsp-on-change
to excute.I am not sure
The text was updated successfully, but these errors were encountered: