You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this hits an HTML element, it ends up walking through all kinds of problematic properties, like offsetTop and isContentEditable, which then show up very hot on a profile.
The text was updated successfully, but these errors were encountered:
The code is reproduced below:
When this hits an HTML element, it ends up walking through all kinds of problematic properties, like offsetTop and isContentEditable, which then show up very hot on a profile.
The text was updated successfully, but these errors were encountered: