Disable any tap_action in Floorplan

I have a bunch of objects reacting to the same entity. For one object, I need it to toggle the entity. The others should only change based on the state of the entity, but not by interactive at all.

I’m almost there, (tap_action: disable and hover_action: disable), but the cursor still changes from the arrow to the “finger” (as if it’s a hyperlink) when I hover over it. A small thing, but it really bugs me. Is there any way to make it stop?

Yes you can cover it with an invisible rectangle and then you don’t even need to disable the tap actions.

The simple solutions are often the best (that you don’t find when overthinking). Thanks!