Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created January 29, 2019 01:19
Show Gist options
  • Save ThaddeusJiang/ddfc76d36cc6cfcb8144d7c00271f58e to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/ddfc76d36cc6cfcb8144d7c00271f58e to your computer and use it in GitHub Desktop.
evt.stopPropagation() should be called first

evt.stopPropagation() should be called first because some race conditions or some process take long then evt.stopPropagation() may be late.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment