Interactive popups close when entering nested popups
Open
bug
- Dominant language
- Lua
- Stars
- 581
- Forks
- 60
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 2
Description
1. Call `:LeanTermGoal` twice, this opens a floating window and moves the cursor into it.
2. Open a nested popup and move the cursor into the nested popup. (requires Lean 4)
3. The floating window disappears and the nested popup moves to the top-left corner.
This is probably due to this change in neovim 0.6: https://github.com/neovim/neovim/pull/16557 I'm not sure what the best solution is, but we might need to roll our own floating windows.
Contributor guide
Assessment
This issue has not been assessed yet.