react-native-draw icon indicating copy to clipboard operation
react-native-draw copied to clipboard

fix: app crash when opacity slider is moved to 0

Open Kwonkunkun opened this issue 1 year ago • 1 comments

Changes

Motivation:

  • When the opacity slider is moved to 0, the app crashes
  • When the opacity slider is moved to 0, slider not visible

Modifications:

  • add !! prefix check value
  • erase opacity value in logic conditional render (detail in the commit)

Screenshots (optional)

  • origin image

  • add !! prefix in logic conditional render image

Kwonkunkun avatar May 06 '23 07:05 Kwonkunkun

Thank you!

vsalguero avatar Nov 21 '23 00:11 vsalguero