Add 'replaces' tag to mark that the RoomDNDView is a RoomTile
This commit is contained in:
parent
cadfbcbed3
commit
6a4038daeb
|
@ -201,4 +201,6 @@ DragSource('RoomTile', roomTileSource, function(connect, monitor) {
|
||||||
// You can ask the monitor about the current drag state:
|
// You can ask the monitor about the current drag state:
|
||||||
isDragging: monitor.isDragging()
|
isDragging: monitor.isDragging()
|
||||||
};
|
};
|
||||||
})(RoomTile));
|
})(RoomTile));
|
||||||
|
|
||||||
|
module.exports.replaces = 'RoomTile';
|
||||||
|
|
Loading…
Reference in New Issue