Disabled actions with pick triggers create finger hover cursor

Hi.

Here I created a noop action with a pick trigger, and by condition it’s disabled.
Yet it still generates finger cursor when it’s moved over the mesh.

Workarounds are to adjust action every time condition changes:

  • unregister action
  • replace trigger with nothing

In case the object is animated, the finger would appear over an empty place where the mesh used to be.

Checking!

Here we are:
Fix bug when action conditions are not met but cursor is changed by deltakosh · Pull Request #17414 · BabylonJS/Babylon.js

3 Likes