search fixes WIP

This commit is contained in:
zadam
2020-12-14 23:59:05 +01:00
parent fccce2ff1e
commit 3a12181a57
7 changed files with 18 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ function set(key, value) {
}
function getHoistedNoteId() {
return namespace.get('hoistedNoteId');
return namespace.get('hoistedNoteId') || 'root';
}
function getSourceId() {