mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
feat(react/ribbon): port note map partially
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import NoteContext from "../../components/note_context";
|
||||
import FNote from "../../entities/fnote";
|
||||
|
||||
export interface TabContext {
|
||||
@@ -6,4 +7,5 @@ export interface TabContext {
|
||||
ntxId?: string | null;
|
||||
hoistedNoteId?: string;
|
||||
notePath?: string | null;
|
||||
noteContext?: NoteContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user