Change token fade hover to only be on drawing

This commit is contained in:
Mitchell McCaffrey
2020-07-31 14:50:01 +10:00
parent 6aef95c78c
commit e1733bb504
2 changed files with 7 additions and 5 deletions

View File

@@ -241,6 +241,7 @@ function Map({
selectedToolId === "pan" && !(tokenState.id in disabledTokens)
}
mapState={mapState}
fadeOnHover={selectedToolId === "drawing"}
/>
))}
</Group>