mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
refactoring + uploading attachments WIP
This commit is contained in:
@@ -116,7 +116,7 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
|
||||
|
||||
const importService = await import('../services/import.js');
|
||||
|
||||
importService.uploadFiles(activeNote.noteId, files, {
|
||||
importService.uploadFiles('notes', activeNote.noteId, files, {
|
||||
safeImport: true,
|
||||
shrinkImages: true,
|
||||
textImportedAsText: true,
|
||||
|
||||
Reference in New Issue
Block a user