feat: support closing modal via back button
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user