Styled global drop and allow for adding to map on drop
This commit is contained in:
@@ -459,7 +459,10 @@ function NetworkedMapAndTokens({ session }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<GlobalImageDrop>
|
||||
<GlobalImageDrop
|
||||
onMapChange={handleMapChange}
|
||||
onMapTokensStateCreate={handleMapTokensStateCreate}
|
||||
>
|
||||
<Map
|
||||
map={currentMap}
|
||||
mapState={currentMapState}
|
||||
|
||||
Reference in New Issue
Block a user