Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): Hovering tooltip #772

Merged
merged 1 commit into from
Apr 18, 2024
Merged

fix(doc): Hovering tooltip #772

merged 1 commit into from
Apr 18, 2024

Conversation

jcs090218
Copy link
Member

@jcs090218 jcs090218 merged commit 9f53ea2 into emacs-lsp:master Apr 18, 2024
9 of 12 checks passed
@jcs090218 jcs090218 deleted the fix/hover branch April 18, 2024 10:40
(defun lsp-ui-doc--tooltip-mouse-motion (event)
"Default tooltip (EVENT) action."
(interactive "e")
(tooltip-hide)
Copy link

@cce cce Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change broke my terminal emacs environment, when tooltip-hide calls x-hide-tip but it's undefined — my workaround was to disable lsp-ui-doc-show-with-mouse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants