rename name to customType
This commit is contained in:
+1
-1
@@ -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, {});
|
||||
|
||||
Reference in New Issue
Block a user