mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
small fixes
This commit is contained in:
@@ -32,6 +32,10 @@ class Becca {
|
||||
this.loaded = false;
|
||||
}
|
||||
|
||||
getRoot() {
|
||||
return this.getNote('root');
|
||||
}
|
||||
|
||||
/** @returns {Attribute[]} */
|
||||
findAttributes(type, name) {
|
||||
name = name.trim().toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user