Merge dev: fix TypeScript build error
This commit is contained in:
@@ -768,6 +768,13 @@ export function NoteEditor({ note, onUpdateNote, onUnsavedChanges, categories, i
|
|||||||
onInsertFile={handleInsertFile}
|
onInsertFile={handleInsertFile}
|
||||||
isUploading={isUploading}
|
isUploading={isUploading}
|
||||||
/>
|
/>
|
||||||
|
<input
|
||||||
|
ref={fileInputRef}
|
||||||
|
type="file"
|
||||||
|
onChange={handleAttachmentUpload}
|
||||||
|
className="hidden"
|
||||||
|
accept="image/*,.pdf,.doc,.docx,.txt,.md"
|
||||||
|
/>
|
||||||
<textarea
|
<textarea
|
||||||
ref={textareaRef}
|
ref={textareaRef}
|
||||||
value={localContent}
|
value={localContent}
|
||||||
|
|||||||
Reference in New Issue
Block a user