mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-25 13:51:06 -05:00
bring back eraser after snapshot
This commit is contained in:
parent
985d847a89
commit
1a2c297c7b
1 changed files with 2 additions and 1 deletions
|
@ -141,9 +141,10 @@ class Blobbiness {
|
||||||
blob.mergeBrush(lastPath);
|
blob.mergeBrush(lastPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove cursor preview during snapshot, then bring it back
|
||||||
blob.cursorPreview.remove();
|
blob.cursorPreview.remove();
|
||||||
blob.cursorPreview = null;
|
|
||||||
blob.onUpdateSvg();
|
blob.onUpdateSvg();
|
||||||
|
blob.cursorPreview.parent = getGuideLayer();
|
||||||
|
|
||||||
// Reset
|
// Reset
|
||||||
blob.brush = null;
|
blob.brush = null;
|
||||||
|
|
Loading…
Reference in a new issue