Make the getResizeObserver re-use a single observer instance for performance reasons #6145
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
package:utils
type:performance
This issue reports a performance issue or a possible performance improvement.
Milestone
Provide a description of the task
We used to have just one observer use–case for toolbar grouping. Now there's a new one for balloon toolbars and another one for the inline toolbar.
I figured this should be a performance issue, and it is. There should be a single instance used on a web page because otherwise the performance loss is huge.
The text was updated successfully, but these errors were encountered: