Explorar el Código

点开查体再点数字键盘输入被选中bug修改

zhouna hace 5 años
padre
commit
3c966f3ca2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/NumberDrop/index.jsx

+ 1 - 0
src/components/NumberDrop/index.jsx

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