dillon1000/react

Commit

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
Browse files
Changed paths1 file
First-parent comparison
M src/browser/ui/dom/HTMLDOMPropertyConfig.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…