Fix bug with token opacity when changing tools with a shortcut
This commit is contained in:
@@ -140,7 +140,7 @@ function MapToken({
|
||||
}
|
||||
|
||||
function handlePointerOut() {
|
||||
if (!draggable) {
|
||||
if (tokenOpacity !== 1.0) {
|
||||
setTokenOpacity(1.0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user