mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
Allow to input of negative unsigned numbers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user