瀏覽代碼

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

zhouna 5 年之前
父節點
當前提交
3c966f3ca2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)}`}