Allow to input of negative unsigned numbers

This commit is contained in:
BorysLevytskyi
2023-05-12 14:30:44 +02:00
parent 77a1651006
commit ba8c7d4966
7 changed files with 42 additions and 13 deletions

View File

@@ -126,6 +126,7 @@ class ExpressionElementTableRow extends React.Component<ExpressionElementRowProp
binaryString={bin}
allowFlipBits={allowFlipBits}
signBitIndex={signBitIndex}
integerBitSize={this.scalar.value.maxBitSize}
onBitClicked={args => this.onBitClicked(args)} />
</td>
<td className="other">{this.getAlternative()}</td>