mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
becca conversion WIP
This commit is contained in:
@@ -130,7 +130,7 @@ function createSearchNote(req) {
|
||||
|
||||
function getHoistedNote() {
|
||||
return cls.getHoistedNoteId() && cls.getHoistedNoteId() !== 'root'
|
||||
? repository.getNote(cls.getHoistedNoteId())
|
||||
? becca.getNote(cls.getHoistedNoteId())
|
||||
: null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user