Fix pointer being shown when tapping map controls on touch devices
This commit is contained in:
parent
b6b68014ed
commit
1db2fb04d2
@ -44,7 +44,7 @@ function MapPointer({
|
||||
}
|
||||
|
||||
function handleBrushMove() {
|
||||
onPointerMove && onPointerMove(getBrushPosition());
|
||||
onPointerMove && visible && onPointerMove(getBrushPosition());
|
||||
}
|
||||
|
||||
function handleBrushUp() {
|
||||
|
Loading…
Reference in New Issue
Block a user