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
  • Loading branch information
chrisdp committed Feb 26, 2025
1 parent feed9be commit 7f9d220
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 7f9d220

Please sign in to comment.