Deep clone of duplicate WI entry Fixes #4438

76326344b0b8dc794b2d84cabf237cda7d640c6f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -3705,7 +3705,7 @@ export function duplicateWorldInfoEntry(data, uid) {
37053705 }
37063706
37073707 // Exclude uid and gather the rest of the properties
37083708 const originalData = Object.assignstructuredClone({}, data.entries[uid]);
37093709 delete originalData.uid;
37103710
37113711 // Create new entry and copy over data