src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -347,7 +347,7 @@ } return ( <div style={{display: 'inline-block'}} onClick={(e) => e.stopPropagation()}> <> <Button type={type} title={disabled ? (btn.reason || '') : (btn.show === 'icon' ? btn.label : '')} @@ -356,10 +356,10 @@ style={btn.style} icon={icon} className={className} onClick={() => {this.actionTrigger()}} onClick={(e) => {e.stopPropagation(); this.actionTrigger()}} >{label}</Button> {this.getPop()} </div> </> ) } }