Merge branch 'master' into release/v1.7.0

This commit is contained in:
Mitchell McCaffrey
2020-11-20 08:30:09 +11:00
5 changed files with 4119 additions and 3718 deletions

View File

@@ -44,7 +44,7 @@ function MapPointer({
}
function handleBrushMove() {
onPointerMove && onPointerMove(getBrushPosition());
onPointerMove && visible && onPointerMove(getBrushPosition());
}
function handleBrushUp() {