mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
tab row styling change
This commit is contained in:
@@ -144,7 +144,7 @@ class TreeCache {
|
||||
else {
|
||||
return this.notes[noteId];
|
||||
}
|
||||
}).filter(note => note !== null);
|
||||
}).filter(note => !!note);
|
||||
}
|
||||
|
||||
/** @return {Promise<boolean>} */
|
||||
|
||||
Reference in New Issue
Block a user