src/menu/components/table/base-table/columns/index.jsx
@@ -435,19 +435,6 @@ }, () => { this.props.updatecolumn({...this.props.config, cols: _columns}) }) if (col.type !== 'action') return let uuids = [] col.elements && col.elements.forEach(c => { if (c.OpenType !== 'popview') return uuids.push(c.uuid) }) if (uuids.length === 0) return MKEmitter.emit('delButtons', uuids) } updateLineMarks = (vals) => {