lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Implement core CellStyle methods #46

Closed Fluglow closed 5 months ago

Fluglow commented 6 months ago

Closes #36

Fluglow commented 6 months ago

structuredClone does not copy methods so we can't use it after all. I implemented an abstract Cloneable class that implements deep copying as long as all objects that need to be cloned extend it. I've tested the code and everything seems to work fine now 👍