mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
拖拽优化
This commit is contained in:
parent
0fd296e21d
commit
a4645f216d
@ -426,7 +426,7 @@ export default class SubFormControl extends React.PureComponent<
|
|||||||
</button>
|
</button>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{draggable ? (
|
{draggable && Array.isArray(value) && value.length > 1 ? (
|
||||||
<span className={cx(`Combo-dragableTip`)} ref={this.dragTipRef}>
|
<span className={cx(`Combo-dragableTip`)} ref={this.dragTipRef}>
|
||||||
{Array.isArray(value) && value.length > 1 ? __(draggableTip) : ''}
|
{Array.isArray(value) && value.length > 1 ? __(draggableTip) : ''}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user