Skip to content

Commit 9a56dcc

Browse files
authored
Update handler.ts
1 parent 5db3edf commit 9a56dcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/handler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ export class VariableInspectionHandler
291291
if (
292292
!(code === this._queryCommand) &&
293293
!(code === this._matrixQueryCommand) &&
294-
!code.startsWith(this._widgetQueryCommand) &&
295-
!(this._widgetQueryCommand.length > 0)
294+
!code.startsWith(this._widgetQueryCommand)
296295
) {
297296
this.performInspection();
298297
}

0 commit comments

Comments
 (0)