feat(react/ribbon): port note paths tab

This commit is contained in:
Elian Doran
2025-08-22 21:45:03 +03:00
parent 8287063aab
commit 8f69b87dd1
10 changed files with 161 additions and 170 deletions

View File

@@ -4,4 +4,6 @@ export interface TabContext {
note: FNote | null | undefined;
hidden: boolean;
ntxId?: string | null | undefined;
hoistedNoteId?: string;
notePath?: string;
}