fix issue with subpath

This commit is contained in:
JFH
2021-08-31 12:30:44 +02:00
parent bb90115130
commit 6579c7e660

View File

@@ -446,7 +446,6 @@ export const pathActionsMethod = (function () {
if (path.matrix) {
pathActionsContext_.recalcRotatedPath();
}
init();
pathActionsMethod.toEditMode(path.elem);
path.selectPt();
return false;