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
Defer updating screen reader content when no in a11y mode
Before TextAreaHandler.onCursorStateChanged was taking approximately 4-16%
of the total keypress task's runtime. After this is becomes < 0.5ms.
Part of microsoft#161622
0 commit comments