Skip to content

Commit e41cf78

Browse files
Update calm-plugins/vscode/src/features/preview/webview/panel.view.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 22a576e commit e41cf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calm-plugins/vscode/src/features/preview/webview/panel.view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class PanelView {
211211
id: '' // Empty string to clear selection
212212
})
213213

214-
// Refresh all tabs to show full architecture - use single message to avoid race conditions
214+
// Refresh all tabs to show full architecture
215215
this.panelViewModel.tabs.vscode.postMessage({ type: 'refreshAll' })
216216
})
217217
}

0 commit comments

Comments
 (0)