This issue caused the tab to close only when clicking specifically on the icon, even though the hover effect suggested that the entire container was clickable.
The green box (the icon itself) is in fact the event element that supports click, while this should be the responsibility of the container marked in blue.
This issue caused the tab to close only when clicking specifically on the icon, even though the hover effect suggested that the entire container was clickable.
The green box (the icon itself) is in fact the event element that supports click, while this should be the responsibility of the container marked in blue.