Commit 4f908f4
Fix declarative blur not working (#56223)
Summary:
Pull Request resolved: #56223
Calling blur() on a ref works now. Failed before bc we did not become first responder when we were focused, so resign first responder would fail and no onBlur() event would be generated.
Changelog: [Internal]
Reviewed By: jorge-cab
Differential Revision: D98006567
fbshipit-source-id: 005c4b370b0c68ffb5e24604ad7b26e6a069729d1 parent 402001f commit 4f908f4
1 file changed
Lines changed: 7 additions & 7 deletions
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1777 | 1777 | | |
1778 | 1778 | | |
1779 | 1779 | | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
1780 | 1784 | | |
1781 | | - | |
1782 | | - | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
| |||
0 commit comments