primeng icon indicating copy to clipboard operation
primeng copied to clipboard

Fix: Tooltip[(16729): unresponsive browser if pressing ESC-key in combination with lots of tooltips or overlay panels

Open mark7p opened this issue 3 months ago • 1 comments

Fix for #16729

I modified the behavior so that the document:keydown event listener is only active when the Tooltip is in interactionInProgress state. This change significantly reduces the number of active @HostListener, improving overall performance and preventing browser freezes.

mark7p avatar Nov 14 '24 00:11 mark7p