NvChad / menu

Menu plugin for neovim ( supports nested menus ) made using volt
GNU General Public License v3.0
335 stars 5 forks source link

Bug: Error control needed in this scenario #3

Closed Zeioth closed 1 week ago

Zeioth commented 1 week ago

Description

Clicking outside of toggleterm while the menu window is open, causes an exception.

How to repro

siduck commented 1 week ago

does this happen with toggleterm only? or other floating windows too

siduck commented 1 week ago

ok found the bug

siduck commented 1 week ago

toggleterm floating window gets closed when i click outside of it, so menu wasnt able to set cursor!

Zeioth commented 6 days ago

I just tested it and this have been fixed indeed!