Object.assign is different with .set() ? #10252
Unanswered
vaynevayne
asked this question in
Q&A
Replies: 1 comment
-
Set does call specific side effects for specific properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked the source code, .set did nothing else, but Object.assign doesn't work, why is that?
https://github.com/fabricjs/fabric.js/blob/master/src/CommonMethods.ts#L29
Beta Was this translation helpful? Give feedback.
All reactions