|
@@ -262,7 +262,8 @@ class NumberDrop extends Component{
|
|
|
onClick={allClick?this.handleNumClick:null}
|
|
|
contentEditable={editable}
|
|
|
onBlur={this.handleBlur}
|
|
|
- onkeydown={handleEnter}>
|
|
|
+ onkeydown={handleEnter}
|
|
|
+ onFocus={(e)=>{e.stopPropagation()}}>
|
|
|
<span ref = {this.$pre}> {prefix}</span>
|
|
|
<span onFocus={this.handleNumFocus}
|
|
|
onClick={allClick?null:this.handleNumClick}
|