|
@@ -134,7 +134,11 @@ class Inspect extends React.Component {
|
|
|
let tmpShow = this.state.show;
|
|
|
this.setState({ show: !tmpShow, pageTop: getPageCoordinate(e).boxTop })
|
|
|
// e.stopPropagation();
|
|
|
- setPosition(e,"#searchOption",this.props.setHighter)
|
|
|
+ if(tmpShow){
|
|
|
+ this.props.setHighter(10)
|
|
|
+ }else{
|
|
|
+ setPosition(e,"#searchOption",this.props.setHighter)
|
|
|
+ }
|
|
|
}
|
|
|
handleFillShow(e, idx) {
|
|
|
let tmpShow = this.state.showFill;
|