tab row styling change

This commit is contained in:
zadam
2019-11-17 10:22:26 +01:00
parent 767aaa18f4
commit c141f4b2c0
4 changed files with 43 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ class TreeCache {
else {
return this.notes[noteId];
}
}).filter(note => note !== null);
}).filter(note => !!note);
}
/** @return {Promise<boolean>} */