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