I have several items in a frame that “on enter” set boolean variables to true and “on leave” set them to false. I am using them to set the state of the items and other items that are bound to the same boolean.
Only the top item in the frame will trigger the “on leave” action. All the other items in the frame will trigger the “on enter” but not “on leave”