mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 03:34:56 +02:00
Unset carbon copy on first tile
This commit is contained in:
@@ -450,6 +450,7 @@ export default {
|
||||
if ( this.showTrace && this.hasTimeline ) {
|
||||
const prevTile = getPreviousTile( this.activeDocument, this.activeGroup );
|
||||
if ( prevTile === -1 ) {
|
||||
guideRenderer.setTrace( null );
|
||||
return;
|
||||
}
|
||||
createGroupSnapshot( this.activeDocument, prevTile, true ).then( snapshot => {
|
||||
|
||||
Reference in New Issue
Block a user