Unset carbon copy on first tile

This commit is contained in:
Igor Zinken
2026-04-19 13:30:49 +02:00
parent 10b2ae0d46
commit fe34448cbd

View File

@@ -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 => {