Skip to content

Commit 4039257

Browse files
committed
correct call to update vertices on click
1 parent c5ff5df commit 4039257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shapes/draw_newshape/display_outlines.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ module.exports = function displayOutlines(polygons, outlines, dragOptions, nCall
166166

167167
polygons[indexI] = newPolygon;
168168

169-
redraw();
169+
update();
170170
}
171171
}
172172

0 commit comments

Comments
 (0)