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