-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
bug: blank window after quitting the dashboard or typing window #21
Comments
ig this is just with lazyzvim :/ |
simplescreenrecorder-2025-01-25_12.33.18.mp4or this happens when dashboard is enabled. can you try with a new file? |
@davidsteinberger i dont see why hitting esc feeds q? where do you get that from |
Sry, spoke too soon. Volt hast 2 close methods and I looked at the wrong one. The point still holds though: For testing purpose I simply checked the win in the after_close callback and closed it there: volt.mappings {
bufs = { state.buf, dim_buf },
winclosed_event = true,
after_close = function()
if api.nvim_win_is_valid(state.win) then
api.nvim_win_close(state.win, false)
end
state.reset_vars()
end,
} |
volt just has 2 mappings, both dont conflict etc. the question's that why does it happen only when dashboard is in the background? |
OS: Arch Linux
WM: Swayfx
Terminal: kitty
I'm using latest version of neovim. When I try to exit from the typing UI it shows only a blank window without any content in it. Also I can't quit typr or neovim.
The text was updated successfully, but these errors were encountered: