Skip to content

Remove cases where hoverEnabled is used in place of supportMouseEvents

Devin Lin requested to merge work/devinlin/hoverenebaled into master

We cannot use this as a substitute, because in tablet/mobile mode, hoverEnabled will always be false, while we do still support mouse events.

Merge request reports