Styled global drop and allow for adding to map on drop

This commit is contained in:
Mitchell McCaffrey
2021-06-07 22:25:36 +10:00
parent eb9afcc66a
commit 3ef61cac26
3 changed files with 66 additions and 14 deletions
+4 -1
View File
@@ -459,7 +459,10 @@ function NetworkedMapAndTokens({ session }) {
}
return (
<GlobalImageDrop>
<GlobalImageDrop
onMapChange={handleMapChange}
onMapTokensStateCreate={handleMapTokensStateCreate}
>
<Map
map={currentMap}
mapState={currentMapState}