mirror of https://github.com/vector-im/riot-web
Add 'replaces' tag to mark that the RoomDNDView is a RoomTile
parent
cadfbcbed3
commit
6a4038daeb
|
@ -202,3 +202,5 @@ DragSource('RoomTile', roomTileSource, function(connect, monitor) {
|
|||
isDragging: monitor.isDragging()
|
||||
};
|
||||
})(RoomTile));
|
||||
|
||||
module.exports.replaces = 'RoomTile';
|
||||
|
|
Loading…
Reference in New Issue