|
@@ -269,6 +269,7 @@ class NumberDrop extends Component{
|
|
ref = {this.$span}
|
|
ref = {this.$span}
|
|
onkeyup={this.handleKeyDowm}
|
|
onkeyup={this.handleKeyDowm}
|
|
onmousedown={(e)=>e.stopPropagation()}
|
|
onmousedown={(e)=>e.stopPropagation()}
|
|
|
|
+ onmouseup={(e)=>e.stopPropagation()}
|
|
onBlur={this.numInpBlur}
|
|
onBlur={this.numInpBlur}
|
|
onInput={this.handleSpanInp}
|
|
onInput={this.handleSpanInp}
|
|
className={`${this.getSpanClass(nospecial)}`}
|
|
className={`${this.getSpanClass(nospecial)}`}
|