mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
optimized custom script/widget loading
This commit is contained in:
@@ -38,7 +38,7 @@ function run(req) {
|
||||
}
|
||||
|
||||
function getBundlesWithLabel(label, value) {
|
||||
const notes = attributeService.getNotesWithLabel(label, value);
|
||||
const notes = attributeService.getNotesWithLabelFast(label, value);
|
||||
|
||||
const bundles = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user