mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
let hoistedNoteId = 'root';
|
||||
|
||||
module.exports = {
|
||||
getHoistedNoteId: () => hoistedNoteId,
|
||||
setHoistedNoteId(noteId) { hoistedNoteId = noteId; }
|
||||
};
|
||||
Reference in New Issue
Block a user