|
@@ -213,6 +213,7 @@ class InputComp extends Component{
|
|
onClick={(e)=>{e.stopPropagation()}}
|
|
onClick={(e)=>{e.stopPropagation()}}
|
|
onFocus={(e)=>{e.stopPropagation()}}
|
|
onFocus={(e)=>{e.stopPropagation()}}
|
|
onMouseDown={(e)=>{e.stopPropagation()}}
|
|
onMouseDown={(e)=>{e.stopPropagation()}}
|
|
|
|
+ onMouseUp={(e)=>{e.stopPropagation()}}
|
|
onInput={this.handleInp}
|
|
onInput={this.handleInp}
|
|
onBlur={this.handleBlur}> </span>
|
|
onBlur={this.handleBlur}> </span>
|
|
}
|
|
}
|