fix: properly close builtin popup in ext_popupmenu

This commit is contained in:
shirasaka
2023-01-10 23:40:27 +09:00
committed by shirasaka
parent 9b1112cf48
commit b603d6f9e7
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;
}
}