dillon1000/react
Commit
Browse files Add IE-specific 'unselectable' attribute
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
Changed paths1 file
First-parent comparisonsrc/browser/ui/dom/HTMLDOMPropertyConfig.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…