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(flycheck): make child frame disappear instantly #7813

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Dev380
Copy link
Contributor

@Dev380 Dev380 commented Apr 12, 2024

Currently, if the +childframe flag is on, the frame will linger for a few seconds before disappearing
after leaving the highlighted error. A post command hook needs to be added to fix this, courtesy of
jadestrong.

Fix: #6416

  • I searched the issue tracker and this hasn't been PRed before.
  • My changes are not on the do-not-PR list for this project.
  • My commits conform to the git conventions.
  • Any relevant issues or PRs have been linked to.

Currently, if the +childframe flag is on, the frame
will linger for a few seconds before disappearing
after leaving the highlighted error. A post command
hook needs to be added to fix this, courtesy of
jadestrong.

Fix: doomemacs#6416
@hlissner hlissner added is:bug Something isn't working as intended module:checkers/syntax Pertains to Doom's :checkers syntax module was:moved Is, was, or will be addressed elsewhere labels Apr 22, 2024
@hlissner hlissner added this to the modules v24.06 milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:bug Something isn't working as intended module:checkers/syntax Pertains to Doom's :checkers syntax module was:moved Is, was, or will be addressed elsewhere
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flycheck-posframe popup doesn't disappear while the cursor is moving
2 participants