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 5db3edf commit 9a56dccCopy full SHA for 9a56dcc
src/handler.ts
@@ -291,8 +291,7 @@ export class VariableInspectionHandler
291
if (
292
!(code === this._queryCommand) &&
293
!(code === this._matrixQueryCommand) &&
294
- !code.startsWith(this._widgetQueryCommand) &&
295
- !(this._widgetQueryCommand.length > 0)
+ !code.startsWith(this._widgetQueryCommand)
296
) {
297
this.performInspection();
298
}
0 commit comments