dillon1000/react
Commit
Browse files Always toLowerCase when comparing nodeName or tagName
In xml node name casing is exactly the same as the node was originally named. Make sure to convert node and tag names to lower case before making any node and tag name checks. Fixes #3960.
Changed paths4 files
First-parent comparisonsrc/renderers/dom/client/ReactInputSelection.js ModifiedM src/renderers/dom/client/ReactMount.js ModifiedM src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js ModifiedM src/shared/utils/isTextInputElement.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…