mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
drag & drop multi file upload to note tree
This commit is contained in:
@@ -161,7 +161,7 @@ function registerEntrypoints() {
|
||||
|
||||
$("#note-title").bind('keydown', 'return', () => $("#note-detail-text").focus());
|
||||
|
||||
$("#upload-file-button").click(fileService.uploadFile);
|
||||
$("#upload-file-button").click(fileService.openUploadFileDialog);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user