mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
continuing refactoring
This commit is contained in:
@@ -43,7 +43,7 @@ async function mouseEnterHandler() {
|
||||
const noteId = treeUtils.getNoteIdFromNotePath(notePath);
|
||||
|
||||
const notePromise = noteDetailService.loadNote(noteId);
|
||||
const attributePromise = server.get('notes/' + noteId + '/attributes');
|
||||
const attributePromise = server.get(`notes/${noteId}/attributes`);
|
||||
|
||||
const [note, attributes] = await Promise.all([notePromise, attributePromise]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user