Added grid snapping to map tokens

This commit is contained in:
Mitchell McCaffrey
2020-08-07 12:55:16 +10:00
parent 76cad29f2b
commit 548ec5f09a
2 changed files with 25 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ function Map({
}
mapState={mapState}
fadeOnHover={selectedToolId === "drawing"}
map={map}
/>
))}
</Group>