josn保存的bug

This commit is contained in:
艾竹
2023-07-15 11:08:57 +08:00
parent 515ce1944b
commit ebf003b20b
2 changed files with 2 additions and 1 deletions

View File

@@ -230,7 +230,7 @@ namespace AIStudio.Wpf.DiagramDesigner
public static T Mapper<T>(IAnimationViewModel s) where T : IAnimationViewModel
{
var d = CopyHelper.Mapper<T, IAnimationViewModel>(s);
d.AnimationPath = CopyHelper.Mapper<SharpPathItem, ISharpPath>(s.AnimationPath);
d.AnimationPath = CopyHelper.Mapper<SharpPathItem, ISharpPath>(s.AnimationPath);
return d;
}