mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 11:40:29 +03:00
Enable markdown by default
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
c828dfd596
commit
f310196937
2 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ function DrawerHeader({ selectedTab, spaceId }) {
|
|||
e.preventDefault();
|
||||
openReusableContextMenu(
|
||||
'bottom',
|
||||
getEventCords(e, '.drawer-header__btn'),
|
||||
getEventCords(e, '.header'),
|
||||
(closeMenu) => <SpaceOptions roomId={spaceId} afterOptionSelect={closeMenu} />,
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue