generated from oddbird/polyfill-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The autoUpdate
function used to update positioning when DOM elements move (or on scroll/resize) returns a cleanup function that should be called to remove observers.
It’s important that this function is only called/set-up when the floating element is open on the screen, and cleaned up when it’s removed. Otherwise, it can cause severe performance degradation, especially with many floating elements being created.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working