Remove comment from when we embedded the anchors

This commit is contained in:
Gigiaj 2025-06-15 22:03:54 -05:00
parent c8319b4402
commit 511a16eedc

View file

@ -169,10 +169,7 @@ export function MessageOptionsMenu({
handleAddReactions,
setMenuAnchor,
setEmojiBoardAnchor,
}) {
// const [menuAnchor, setMenuAnchor] = useState<RectCords>();
// const [emojiBoardAnchor, setEmojiBoardAnchor] = useState<RectCords>();
}: ExtendedOptionsProps) {
useEffect(() => {
onActiveStateChange?.(!!menuAnchor || !!emojiBoardAnchor);
}, [emojiBoardAnchor, menuAnchor, onActiveStateChange]);