Skip to content

Instantly share code, notes, and snippets.

@hai5nguy
Created March 24, 2016 13:10
Show Gist options
  • Save hai5nguy/fa2aef8a86d4a20a750c to your computer and use it in GitHub Desktop.
Save hai5nguy/fa2aef8a86d4a20a750c to your computer and use it in GitHub Desktop.
//if appearing (boolean) has NOT changed
if (!(nextProps.dropZone.appearing ^ dropZone.appearing)) { return false }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment