@@ -101,6 +101,7 @@ class InlineTag extends Component {
onBlur={this.handleBlur}
onInput={this.handleInput}
onFocus={this.handleFocus}
+ onClick={(e)=>{e.stopPropagation();}}
onKeyDown={handleEnter}
ref={this.$span}> {value||placeholder}</span>
<span>{suffix}</span>