Oprava posunů mezi dny v inputech
This commit is contained in:
@@ -24,6 +24,7 @@ export default function NoteModal({ isOpen, onClose, onSave }: Props) {
|
||||
if (event.key === 'Enter') {
|
||||
save();
|
||||
}
|
||||
event.stopPropagation();
|
||||
}} />
|
||||
</Modal.Body>
|
||||
<Modal.Footer>
|
||||
|
||||
Reference in New Issue
Block a user