mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenu
fix: properly close builtin popup in ext_popupmenu
This commit is contained in:
@@ -878,6 +878,7 @@ void pum_check_clear(void)
|
||||
grid_free(&pum_grid);
|
||||
}
|
||||
pum_is_drawn = false;
|
||||
pum_external = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user