mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
search fixes WIP
This commit is contained in:
@@ -25,7 +25,7 @@ function set(key, value) {
|
||||
}
|
||||
|
||||
function getHoistedNoteId() {
|
||||
return namespace.get('hoistedNoteId');
|
||||
return namespace.get('hoistedNoteId') || 'root';
|
||||
}
|
||||
|
||||
function getSourceId() {
|
||||
|
||||
Reference in New Issue
Block a user