rename name to customType

This commit is contained in:
ad1992
2022-03-24 14:04:31 +05:30
parent 3d0a1106ff
commit 8706277d14
11 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ const restoreElement = (
});
}
case "custom":
return restoreElementWithProperties(element, { name: "custom" });
return restoreElementWithProperties(element, { customType: "custom" });
// generic elements
case "ellipse":
return restoreElementWithProperties(element, {});