mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -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);
|
||||
}
|
||||
|
||||
// Remove cursor preview during snapshot, then bring it back
|
||||
blob.cursorPreview.remove();
|
||||
blob.cursorPreview = null;
|
||||
blob.onUpdateSvg();
|
||||
blob.cursorPreview.parent = getGuideLayer();
|
||||
|
||||
// Reset
|
||||
blob.brush = null;
|
||||
|
|
Loading…
Reference in a new issue