添加印花元素排序priority
This commit is contained in:
@@ -283,7 +283,7 @@ export class PasteLayerCommand extends Command {
|
||||
if(this.newLayer.isPrintTrims){
|
||||
this.layers.value.forEach((layer) => {
|
||||
if (layer.isPrintTrimsGroup) {
|
||||
layer.children.push(this.newLayer);
|
||||
layer.children.unshift(this.newLayer);
|
||||
}
|
||||
})
|
||||
}else if (this.insertIndex !== undefined && this.insertIndex !== null) {
|
||||
|
||||
Reference in New Issue
Block a user