Fixed bug with corrupted map state on token deletion

This commit is contained in:
Mitchell McCaffrey
2021-04-16 13:36:14 +10:00
parent 3577938501
commit 1d5cf77aea
7 changed files with 36 additions and 24 deletions

View File

@@ -119,7 +119,6 @@ function MapTokens({
!(tokenState.id in disabledTokens) &&
!tokenState.locked
}
mapState={mapState}
fadeOnHover={selectedToolId === "drawing"}
map={map}
/>