diff --git a/src/plus/webviews/graph/graphWebview.ts b/src/plus/webviews/graph/graphWebview.ts index 74da455..fb99a57 100644 --- a/src/plus/webviews/graph/graphWebview.ts +++ b/src/plus/webviews/graph/graphWebview.ts @@ -852,6 +852,7 @@ export class GraphWebview extends WebviewBase { let columns = this.container.storage.getWorkspace('graph:columns'); columns = updateRecordValue(columns, name, cfg); void this.container.storage.storeWorkspace('graph:columns', columns); + void this.notifyDidChangeColumns(); } private resetRepositoryState() {