Playing around with the new Overlay feature.
I have a custom select tool that displays the tag name as I move the mouse about.
The only issue is the buggy PickHelper when selecting.
It would be good if I could use the native select tool and use an Overlay to display the tag name.
I’m using the Overlay onMouseMove together with PickHelper.
The tag name will only change when I select an object.
If I have my custom tool enabled then the Overlay tag display will change as I move the mouse over objects.