Add sheet state

This commit is contained in:
Gigiaj 2025-06-15 20:06:03 -05:00
parent d093fc35ef
commit db0525ff75

View file

@ -730,6 +730,7 @@ export const Message = as<'div', MessageProps>(
const senderDisplayName =
getMemberDisplayName(room, senderId) ?? getMxIdLocalPart(senderId) ?? senderId;
const senderAvatarMxc = getMemberAvatarMxc(room, senderId);
const [view, setView] = useState('options');
const closeMenu = () => {
setMenuAnchor(undefined);