fix: prevent note modal from closing on outside click

Removed backdrop click-to-close on the note form modal so edits
are not lost when clicking outside or switching browser tabs.

Fixes #480
This commit is contained in:
Maurice
2026-04-08 18:09:18 +02:00
parent 741a8d3f09
commit 9dc91b08a9
@@ -313,7 +313,6 @@ function NoteFormModal({ onClose, onSubmit, onDeleteFile, existingCategories, ca
padding: 16,
fontFamily: FONT,
}}
onClick={onClose}
>
<form
style={{