badger icon indicating copy to clipboard operation
badger copied to clipboard

fix: editing name of object overwrites custom image

Open nftchance opened this issue 2 years ago • 1 comments

#246 introduces a new bug I had not planned for where the name is changed, and then we generate a new image for them.

If they are using an auto-generated image, we want to update the image any time they update the name; however, if they are not using an auto-generated image, then we need to leave it so that we do not overwrite custom images a user uploads.

nftchance avatar Mar 27 '23 17:03 nftchance

This is actually quite simple to fix with a little lock if we are on a form of an object that already exists. When the lock is checked, don't generate a new image.

nftchance avatar May 08 '23 18:05 nftchance