boltdesignsystem / bolt

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
https://boltdesignsystem.com
MIT License
292 stars 45 forks source link

CC-959: Cleanup Popover/Tooltip on disconnect #2513

Closed danielamorse closed 2 years ago

danielamorse commented 2 years ago

Jira

Summary

When Popover/Tooltip is removed from DOM, be sure to destroy any related Tippy instances.

Details

This fixes the bug where you replace a Popover on the page (via Drupal AJAX for example) and the old popover remains visible.

How to test