refactor(plugin-api): clean up workspace panel context

This commit is contained in:
Federico Jaramillo Martinez
2026-06-04 15:38:18 +02:00
parent bd8d1f1f08
commit f1c8f1f014
6 changed files with 26 additions and 13 deletions
@@ -218,7 +218,7 @@ async function refreshWorkspaceConfig(context: WorkspacePanelContext): Promise<C
detail: error instanceof Error ? error.message : String(error),
}));
configCache.set(key, state);
context.requestRender();
context.host.requestRender();
window.dispatchEvent(new Event(configChangedEvent));
return state;
}