-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double-click tag fires both "edit" & "click" custom events #247
Comments
For now I think this solution should work for you (haven't tested it)
|
Hi @yairEO any luck doing it. The above code is not working. |
I didn't test the above code, it's probably a minor thing, so I will test it soon and let you know. There is no internal "fix" to this, and one must work out a specific fix outside of Tagify's scope (as shown above) |
Hi we can add a double click event in the library just like click event. |
@shakeeb-mts - why do you need to know about a double-click event being fired? |
When we double click a tag to edit it should not trigger the click. Currently it is generating 2 click event.
As I am running some test which is CPU intensive per tag on click and show the result of them but when I go for editing the callback is still running.
Any quick solution would be highly appreciated.
Rest the library is great KUDOS for that.
The text was updated successfully, but these errors were encountered: