Prevent RoomTiles from being dragged into other droppables

for the time being at least.
This commit is contained in:
lukebarnard 2018-01-25 22:51:40 +01:00
parent 2926154dce
commit 37fe3ac676
2 changed files with 12 additions and 7 deletions

View file

@ -41,6 +41,7 @@ export default class DNDRoomTile extends React.Component {
key={props.room.roomId}
draggableId={props.tagName + '_' + props.room.roomId}
index={props.index}
type="draggable-RoomTile"
>
{ (provided, snapshot) => {
return (