|
@@ -110,8 +110,7 @@ class Inspect extends React.Component {
|
|
|
}
|
|
|
});
|
|
|
const that = this;
|
|
|
- document.addEventListener('mousedown',function(e){
|
|
|
- //onMousedown的目标为滚动条时,标签填写单不关闭
|
|
|
+ document.addEventListener('mousedown',function(e){//onMousedown的目标为滚动条时,标签填写单不关闭
|
|
|
if(e.target.className=='scrollbar'){
|
|
|
that.isBar = true;
|
|
|
}else{
|