We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46b732 commit b019ed8Copy full SHA for b019ed8
packages/vscode-extension/src/webview/components/InspectDataMenu.tsx
@@ -89,8 +89,7 @@ export function InspectDataMenu({
89
const onReferenceInChat = usePaywalledCallback(
90
(e) => {
91
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).
+ // Silently aborting when `inspectedItems` is empty. There are bugs which make this case possible.
94
e.preventDefault();
95
return;
96
}
0 commit comments