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
perf: convert progress formatter from HTML string to HTMLElement
Eliminates innerHTML parsing in Find search by returning DOM elements directly.
_runFormatterForColumn now reads .textContent instead of parsing HTML via
innerHTML for every progress column cell.
0 commit comments