Is hovered? never set back to false for scrollbox

Hi, I dont know if you can use instead, Event On Mouse Enter and Event On Mouse Leave. So you can call what you need when the mouse entered or leave the scrollbox

I have an inventory system I am trying to complete. In my main inventory widget, I need to read if a scrollbox is being hovered over. When the mouse enters the scrollbox, the ishovered? variable is set to true. After the mouse leaves the scrollbox, the “ishovered?” variable never changes back to false. Am I missing something here?