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:
bfredl
2023-01-15 13:40:55 +01:00
committed by GitHub
2 changed files with 77 additions and 0 deletions

View File

@@ -878,6 +878,7 @@ void pum_check_clear(void)
grid_free(&pum_grid);
}
pum_is_drawn = false;
pum_external = false;
}
}