jira_clone
jira_clone copied to clipboard
Fixed the event of Button to be passed to the onClick function
Hi, first, thanks for the simplified and well-separated boilerplate.
Since I couldn't use the common module event methods like e.preventDefault() and e.stopPropagation() for the Button, I modified the source to make it work.