Skip to content

Commit 332a528

Browse files
committed
fix endEdit
1 parent 1d92e08 commit 332a528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geometry/editor/GeometryEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ class GeometryEditor extends Eventable(Class) {
745745
for (let i = newVertexHandles.length - 1; i >= 0; i--) {
746746
newVertexHandles[i][propertyOfVertexIndex] = i;
747747
}
748+
me._updateCoordFromShadow();
748749
}
749750

750751
function removeVertex(param) {

0 commit comments

Comments
 (0)