bring back eraser after snapshot

This commit is contained in:
DD 2018-04-02 18:46:00 -04:00
parent 985d847a89
commit 1a2c297c7b

View file

@ -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;