Skip to main content
Question

Nested Components inside a Component are still visible after mouse leave...

  • August 22, 2025
  • 1 reply
  • 29 views

Wolleschmolle

I have a component that displays two action icons on hover. This is actually a commonly used standard behaviour. The hover is instant. The actions are Settings and Delete. However, when I leave the hover with mouse leave, the icons remain visible, which they should not, as the component does not display these icons by default (they are hidden).

But that only happens when I hover over the actions. As long as I don't "touch" them, the parent component works as expected.

Where is the mistake?
 

 

1 reply

Wolleschmolle
  • Author
  • New Member
  • November 13, 2025

I can't believe that no one else has encountered this problem? Whenever I create this kind of combination in Figma, I always have the same problem. Interactive Instances within interactive instances no longer disappear when the mouse leaves... This kind of interaction is then completely useless, isn't it?