Skip to content

Commit 7d3072c

Browse files
committed
Avoids hard-refresh of Graph on repos change
1 parent c13611d commit 7d3072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/plus/graph/graphWebview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export class GraphWebviewProvider implements WebviewProvider<State, State, Graph
339339
if (this._etag === this.container.git.etag) return;
340340
}
341341

342-
void this.host.refresh(true);
342+
this.updateState();
343343
}
344344
}),
345345
window.onDidChangeActiveColorTheme(this.onThemeChanged, this),

0 commit comments

Comments
 (0)