design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Popovercontainer: emit close event after animation

Open gfellerph opened this issue 1 year ago • 0 comments

With the current change #3196, the popovercontainer close event is emitted on beforetoggle and the animation starts to play at the same time. The close event can be used, e.g. by the post-tooltip to hide the host element for screenreaders. Ideally, the close event will only trigger after the animation.

gfellerph avatar Jul 02 '24 13:07 gfellerph