king
2022-03-29 b6cbfb08b51e87e6eac995be8e7751815715e6a1
src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -218,6 +218,7 @@
          className={'mk-btn mk-' + btn.class}
          icon={btn.icon}
          disabled={disabled}
          title={disabled ? (btn.reason || '') : ''}
          onClick={(e) => {e.stopPropagation(); this.actionTrigger()}}
        >{btn.label}</Button>
      )
@@ -241,7 +242,7 @@
      return (
        <Button
          type="link"
          title={show === 'icon' ? btn.label : ''}
          title={disabled ? (btn.reason || '') : (show === 'icon' ? btn.label : '')}
          style={btn.style}
          disabled={disabled}
          icon={icon}