CellPond icon indicating copy to clipboard operation
CellPond copied to clipboard

Fixed "doubleclicking" on Colorpicker

Open Paalui opened this issue 1 year ago • 2 comments

Bug: #315 / #345 / #309 Didn't read all the code so hope i got it right.

When you close a colorchannel it saves the atoms to reuse the gradiets. When opening it again it checks if the old atoms are there and it copies the gradient. But it only checks if the atom is there so when you close the channel before it has drawn all gradients, the gradient is undefined but isGradient is true.

I made it that it also copies the isGradient value from the old atom instead of just setting it true.

Paalui avatar Sep 11 '24 15:09 Paalui

Deploy Preview for keen-boyd-1443aa ready!

Name Link
Latest commit c1818a2231b8ee6e4b454cf4ae6b05b742481cb3
Latest deploy log https://app.netlify.com/sites/keen-boyd-1443aa/deploys/66ea1a2f56da5200083f9cc8
Deploy Preview https://deploy-preview-363--keen-boyd-1443aa.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Sep 11 '24 15:09 netlify[bot]

Sorry to interrupt. I just found out that my new commits have ended up here. I also fixed #316 / #334 / #336 and limited zoomig out the UI

Paalui avatar Sep 18 '24 00:09 Paalui