|
|
@@ -517,6 +517,9 @@ export class CanvasPhotoEditor {
|
|
|
let newX = addPage*(this.pageWidth + this.pageMargin)
|
|
|
points.splice(1, 0, { x: newX, y: this.indexingStartY }, { x: newX, y: endIindexing1.y })
|
|
|
}
|
|
|
+ if(startInfo.count == PhotoIndex.count && startInfo.itemIndex == PhotoIndex.itemIndex ){//同数量 同item
|
|
|
+
|
|
|
+ }
|
|
|
this.tempArrow.start = null
|
|
|
this.tempArrow.end = null
|
|
|
this.tempArrow.drawing = false;
|