chore(react/ribbon): react to add new label/relation even when not shown

This commit is contained in:
Elian Doran
2025-08-27 13:05:51 +03:00
parent 9d760a21d5
commit 066f3ea078
5 changed files with 25 additions and 53 deletions

View File

@@ -9,4 +9,5 @@ export interface TabContext {
notePath?: string | null;
noteContext?: NoteContext;
componentId: string;
activate(): void;
}