feat: support closing modal via back button
This commit is contained in:
parent
53c8483a3f
commit
60fca48a72
10 changed files with 264 additions and 44 deletions
|
|
@ -76,7 +76,6 @@ export default function NoteOptions({ event, className }: { event: Event; classN
|
|||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
setIsDrawerOpen(false)
|
||||
setIsRawEventDialogOpen(true)
|
||||
}}
|
||||
className="w-full p-6 justify-start text-lg gap-4 [&_svg]:size-5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue