We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdd4a8 commit 786290fCopy full SHA for 786290f
lsp-ui-doc.el
@@ -599,7 +599,7 @@ HOVER is the returned signature information."
599
(add-hook 'lsp-on-hover-hook 'lsp-ui-doc--on-hover nil t)
600
(add-hook 'delete-frame-functions 'lsp-ui-doc--on-delete nil t))
601
(t
602
- (remove-hook 'lsp-on-hover-hook 'lsp-ui-doc--on-hover)
+ (remove-hook 'lsp-on-hover-hook 'lsp-ui-doc--on-hover t)
603
(remove-hook 'delete-frame-functions 'lsp-ui-doc--on-delete t))))
604
605
(defun lsp-ui-doc-enable (enable)
0 commit comments