mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
all access to notes and branches is now async so we can lazy load it in the future
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import noteDetailService from '../services/note_detail.js';
|
||||
import utils from '../services/utils.js';
|
||||
import server from '../services/server.js';
|
||||
|
||||
const $showDialogButton = $(".show-labels-button");
|
||||
const $dialog = $("#labels-dialog");
|
||||
|
||||
Reference in New Issue
Block a user