fix: bookmark popper menu only display after pasted (#2578)

This commit is contained in:
Qi
2023-05-29 22:25:30 +08:00
committed by GitHub
parent 58ba11e13c
commit 402d12a0e1
9 changed files with 197 additions and 173 deletions
@@ -14,6 +14,7 @@ export type IconMenuProps = PropsWithChildren<{
iconSize?: [number, number];
disabled?: boolean;
active?: boolean;
disableHover?: boolean;
}> &
HTMLAttributes<HTMLButtonElement>;