fix: delete control placeholder boundary error #553
This commit is contained in:
@@ -432,7 +432,7 @@ export class Control {
|
|||||||
this.draw.getHistoryManager().popUndo()
|
this.draw.getHistoryManager().popUndo()
|
||||||
this.draw.submitHistory(startIndex)
|
this.draw.submitHistory(startIndex)
|
||||||
}
|
}
|
||||||
this.draw.spliceElementList(elementList, index, 1)
|
elementList.splice(index, 1)
|
||||||
} else {
|
} else {
|
||||||
index++
|
index++
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user