Explorar o código

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

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
3c966f3ca2
Modificáronse 1 ficheiros con 1 adicións e 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)}`}