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(which_key): close window on mouse click action #3053

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

jamestrew
Copy link
Contributor

nvim_buf_delete is not allowed during text change or window change. Window switching with left mouse click was leading to race condition/error.

closes #3034

`nvim_buf_delete` is not allowed during text change or window change.
Window switching with left mouse click was leading to race
condition/error.
@jamestrew jamestrew merged commit d00d9df into nvim-telescope:master Apr 16, 2024
@jamestrew jamestrew deleted the fix/which-key-close branch April 16, 2024 01:03
Conni2461 pushed a commit that referenced this pull request May 20, 2024
* fix(which_key): close window on mouse click action

`nvim_buf_delete` is not allowed during text change or window change.
Window switching with left mouse click was leading to race
condition/error.

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
(cherry picked from commit d00d9df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the mouse while the keybind help menu is open results in a sticky window that cannot be closed
1 participant