Skip to content

Commit

Permalink
Fixed and issue where hasFocus and isInFocusChain virtual vars where …
Browse files Browse the repository at this point in the history
…missing on nodes (#234)
  • Loading branch information
TwitchBronBron authored Feb 26, 2025
2 parents feed9be + 7f9d220 commit aa398b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/customVariableUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export async function insertCustomVariables(adapter: DebugProtocolAdapter, expre
customVariables.pushIfSGNodeChildrenVariables(adapter, expression, container);
customVariables.pushIfSGNodeFieldVariables(adapter, expression, container);
customVariables.pushIfSGNodeDictVariables(adapter, expression, container);
customVariables.pushIfSGNodeFocusVariables(adapter, expression, container);
customVariables.pushIfSGNodeBoundingRectVariables(adapter, expression, container);
customVariables.pushIfSGNodeHttpAgentAccessVariables(adapter, expression, container);
break;
Expand Down

0 comments on commit aa398b3

Please sign in to comment.