mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
wip attachment support
This commit is contained in:
@@ -27,7 +27,7 @@ export default class NoteLauncher extends AbstractLauncher {
|
||||
|
||||
const hoistedNoteId = this.getHoistedNoteId();
|
||||
|
||||
linkContextMenuService.openContextMenu(targetNoteId, hoistedNoteId, evt);
|
||||
linkContextMenuService.openContextMenu(targetNoteId, evt, {}, hoistedNoteId);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user