src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -78,8 +78,9 @@ */ actionTrigger = (triggerId, record, type) => { const { setting, btn, selectedData } = this.props const { disabled } = this.state if (triggerId && btn.uuid !== triggerId) return if ((triggerId && btn.uuid !== triggerId) || disabled) return if (type === 'linkbtn' && selectedData && selectedData.length === 1) { if (record[0].$Index !== selectedData[0].$Index) {