module.ts
2.02 KB
-
fix(panels): avoid deep copy problem for panel defaults · 16dbf316
Moves the defaults to be an instance property. This solves the problem of lodash defaults function not doing a deep copy. The symptom of this is that new deep properties for a panel are assigned to every panel of the same type by the defaults function in the constructor.
Daniel Lee committed