feat: boards dnd editor for mobile
This commit is contained in:
@ -84,16 +84,18 @@ const FunnelDnd = <
|
||||
<SortableItem
|
||||
key={containerId}
|
||||
id={containerId}
|
||||
disabled={disabled}>
|
||||
{renderContainer(
|
||||
container,
|
||||
<FunnelColumn
|
||||
id={containerId}
|
||||
items={containerItems}
|
||||
renderItem={renderItem}
|
||||
/>
|
||||
)}
|
||||
</SortableItem>
|
||||
disabled={disabled}
|
||||
renderItem={() =>
|
||||
renderContainer(
|
||||
container,
|
||||
<FunnelColumn
|
||||
id={containerId}
|
||||
items={containerItems}
|
||||
renderItem={renderItem}
|
||||
/>
|
||||
)
|
||||
}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
<FunnelOverlay
|
||||
|
||||
Reference in New Issue
Block a user