Skip to content

Commit

Permalink
chore: fix missing highlighter key (appium#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored and shiva-guntoju committed Feb 2, 2024
1 parent 4cba0ac commit f5c074d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/Inspector/HighlighterRects.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ const HighlighterRects = (props) => {
elSize={size}
elLocation={elLocation}
scaleRatio={scaleRatio}
key={`el.${elLocation.x}.${elLocation.y}.${size.width}.${size.height}`}
xOffset={highlighterXOffset} />
);
}
Expand Down

0 comments on commit f5c074d

Please sign in to comment.