Merge branch 'master' into release/v1.7.0
This commit is contained in:
@@ -44,7 +44,7 @@ function MapPointer({
|
||||
}
|
||||
|
||||
function handleBrushMove() {
|
||||
onPointerMove && onPointerMove(getBrushPosition());
|
||||
onPointerMove && visible && onPointerMove(getBrushPosition());
|
||||
}
|
||||
|
||||
function handleBrushUp() {
|
||||
|
||||
Reference in New Issue
Block a user