mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a0265fe8b7
I ended up needing to add this attribute to work around a common IE bug, that clicking on a scrollbar gives focus to the scroll container. I needed to set it as MUST_USE_ATTRIBUTE or the attribute would not be passed through by React successfully. remove trailing spaces