Skip to content

Commit

Permalink
fix: avoid stringify circular JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Jun 17, 2024
1 parent 71d5308 commit 80224a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export function setKeyframes(dialogue, store) {
}
tTags.reduce((prevTag, curr) => {
const tag = { ...prevTag, ...curr.tag };
tag.t = null;
Object.assign(curr.tag, tag);
return tag;
}, {});
Expand Down

0 comments on commit 80224a7

Please sign in to comment.