chore(react/ribbon): add focus to attribute editor

This commit is contained in:
Elian Doran
2025-08-23 20:31:00 +03:00
parent efd713dc61
commit db687197de
5 changed files with 46 additions and 30 deletions

View File

@@ -8,4 +8,5 @@ export interface TabContext {
hoistedNoteId?: string;
notePath?: string | null;
noteContext?: NoteContext;
componentId: string;
}