The hoverCursor is not a pointer when the mouse is pointed at it

A plane with AdvancedDynamicTexture added, actionManager added, and the hoverCursor is not a pointer when the mouse is pointed at it.

Check lines 71-91

Hello!
For the hoverCursor to work on your Babylon.js plane with an AdvancedDynamicTexture and actionManager, ensure you’ve registered an action triggered by BABYLON.ActionManager.OnPointerOverTrigger (and optionally OnPointerOutTrigger) on the plane’s actionManager. Also, verify that your ADT elements aren’t overlapping TxTag and blocking mouse events from reaching the plane, and that you’ve correctly assigned plane.hoverCursor = “pointer”;. The hoverCursor applies to the mesh, not the ADT.