Prevent TagTiles from being dragged into other droppables
for the time being at least.
This commit is contained in:
parent
701abb6a21
commit
73e3a594ac
2 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,7 @@ export default function DNDTagTile(props) {
|
|||
key={props.tag}
|
||||
draggableId={props.tag}
|
||||
index={props.index}
|
||||
type="draggable-TagTile"
|
||||
>
|
||||
{ (provided, snapshot) => (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue