fix(event): close popup after publish

This commit is contained in:
en 2025-02-14 17:40:49 +01:00
parent efaec1fea5
commit 6b6d8c004b

View File

@ -58,6 +58,8 @@ export const NoteSubmit = ({
method: 'post',
encType: 'application/json'
})
typeof handleClose === 'function' && handleClose()
}
const handlePreviewToggle = () => {