mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 01:00:28 +03:00
Add sheet state
This commit is contained in:
parent
d093fc35ef
commit
db0525ff75
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue