Skip to content

Commit b019ed8

Browse files
committed
rewrite comment
1 parent a46b732 commit b019ed8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vscode-extension/src/webview/components/InspectDataMenu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ export function InspectDataMenu({
8989
const onReferenceInChat = usePaywalledCallback(
9090
(e) => {
9191
if (inspectedItems.length === 0) {
92-
// Silently aborting when `inspectedItems` is empty.
93-
// This case should never occur, but it's certainly possible (e.g. CDP communication failure).
92+
// Silently aborting when `inspectedItems` is empty. There are bugs which make this case possible.
9493
e.preventDefault();
9594
return;
9695
}

0 commit comments

Comments
 (0)