v-click-outside icon indicating copy to clipboard operation
v-click-outside copied to clipboard

Firefox warning "MouseEvent.mozPressure is deprecated"

Open santicros opened this issue 4 years ago • 3 comments

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.

santicros avatar Mar 23 '20 09:03 santicros

@santicros I wonder if it is related to this. The warning is coming from v-click-outside?

ndelvalle avatar Apr 03 '20 19:04 ndelvalle

It could be! How could I try? It was coming from this plugin for sure, even when mouse was over a "outside" zone!

santicros avatar Apr 06 '20 21:04 santicros

@santicros there is an example project using this directive here. We used this project to debug issues.

ndelvalle avatar Apr 06 '20 23:04 ndelvalle