Skip to content

Commit cfc9445

Browse files
authored
Do not update trees on star update (#2042)
1 parent 76c5999 commit cfc9445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/experiments/webview/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class WebviewMessages {
156156

157157
private setExperimentStars(ids: string[]) {
158158
this.experiments.toggleStars(ids)
159-
this.notifyChanged()
159+
this.sendWebviewMessage()
160160
sendTelemetryEvent(
161161
EventName.VIEWS_EXPERIMENTS_TABLE_EXPERIMENT_STARS_TOGGLE,
162162
undefined,

0 commit comments

Comments
 (0)