fix(mobile): popover handle

This commit is contained in:
DarkSky
2026-07-26 20:57:00 +08:00
parent 749f1c5f0b
commit b05f165820
2 changed files with 12 additions and 1 deletions
@@ -169,7 +169,7 @@ export function createButtonPopper(options: ButtonPopperOptions) {
hide,
toggle,
dispose: () => {
cleanup?.();
hide();
clickAway.dispose();
},
};