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
Regardless of need, the IconPicker selectItem() function triggers a layout reflow for each keystroke. This may seems like nitpicking, however, it almost doubles the time spent on Layout. On complex applications/mobile the impact is significant.
Regardless of need, the IconPicker selectItem() function triggers a layout reflow for each keystroke. This may seems like nitpicking, however, it almost doubles the time spent on Layout. On complex applications/mobile the impact is significant.
Steps for Reproduction
Expected behavior:
Icon Picker should not trigger layout reflow for each keystroke
Actual behavior:
Platforms:
Chrome Version 68.0.3440.106 (Official Build) (64-bit)
Version:
1.3.6
The text was updated successfully, but these errors were encountered: