mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:29:24 +08:00
拖拽优化
This commit is contained in:
parent
0fd296e21d
commit
a4645f216d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user