Skip to content

Commit

Permalink
fix click
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Feb 16, 2024
1 parent 2e3a590 commit 76948ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function ValueRow({ variableOption, idx, onTweakProperty }: ValueRowProps) {
data-testid={VariableFromScopeOptionTestId(idx)}
key={variableName}
style={{ width: '100%', height: 25 }}
onClick={stopPropagation}
onClick={isArray ? stopPropagation : tweakProperty}
>
<UIGridRow
padded={false}
Expand Down

0 comments on commit 76948ae

Please sign in to comment.