TootFilterButton: show the menu in the click pos
This commit is contained in:
parent
c69d54e171
commit
06e988e0e5
2 changed files with 18 additions and 21 deletions
|
@ -13,10 +13,12 @@ import {
|
|||
animateShrinkToTopRight,
|
||||
} from "../platform/anim";
|
||||
|
||||
type Anchor = Pick<DOMRect, "top" | "left" | "right">
|
||||
|
||||
type Props = {
|
||||
open?: boolean;
|
||||
onClose?: JSX.EventHandlerUnion<HTMLDialogElement, Event>;
|
||||
anchor: () => DOMRect;
|
||||
anchor: () => Anchor;
|
||||
};
|
||||
|
||||
function px(n?: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue