拖拽优化

This commit is contained in:
2betop 2021-08-25 10:27:37 +08:00
parent 0fd296e21d
commit a4645f216d

View File

@ -426,7 +426,7 @@ export default class SubFormControl extends React.PureComponent<
</button>
) : null}
{draggable ? (
{draggable && Array.isArray(value) && value.length > 1 ? (
<span className={cx(`Combo-dragableTip`)} ref={this.dragTipRef}>
{Array.isArray(value) && value.length > 1 ? __(draggableTip) : ''}
</span>