mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
quick unhoist link/button
This commit is contained in:
@@ -22,7 +22,12 @@ async function setHoistedNoteId(noteId) {
|
||||
await tree.reload();
|
||||
}
|
||||
|
||||
async function unhoist() {
|
||||
await setHoistedNoteId('root');
|
||||
}
|
||||
|
||||
export default {
|
||||
getHoistedNoteId,
|
||||
setHoistedNoteId
|
||||
setHoistedNoteId,
|
||||
unhoist
|
||||
}
|
||||
Reference in New Issue
Block a user