Skip to content

fix: stabilize deck copying

Aaron Beckett requested to merge fix/deck-copying into dev

Apparently modifying a new DataStore object using the "copyOf" function before saving it causes important values like the owner to not get set correctly. This is the same issue at the root of the problems with deck saving on the deck page which were solved recently.

Merge request reports