We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Firefox Desktop it always warns with MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead..
MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead.
@ndelvalle I don't see it on the code so not sure how should be fixed.
The text was updated successfully, but these errors were encountered:
@santicros I wonder if it is related to this. The warning is coming from v-click-outside?
v-click-outside
Sorry, something went wrong.
It could be! How could I try? It was coming from this plugin for sure, even when mouse was over a "outside" zone!
@santicros there is an example project using this directive here. We used this project to debug issues.
No branches or pull requests
On Firefox Desktop it always warns with
MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead.
.@ndelvalle I don't see it on the code so not sure how should be fixed.
The text was updated successfully, but these errors were encountered: