mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix: bookmark popper menu only display after pasted (#2578)
This commit is contained in:
@@ -14,6 +14,7 @@ export type IconMenuProps = PropsWithChildren<{
|
||||
iconSize?: [number, number];
|
||||
disabled?: boolean;
|
||||
active?: boolean;
|
||||
disableHover?: boolean;
|
||||
}> &
|
||||
HTMLAttributes<HTMLButtonElement>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user