Skip to content

Commit 6cd079c

Browse files
authored
Merge pull request #75 from reactjs/sync-c93286c0
Sync with reactjs.org @ c93286c
2 parents ea38212 + ad26fc7 commit 6cd079c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/accessibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,11 @@ class OuterClickExample extends React.Component {
301301

302302
<img src="../images/docs/outerclick-with-keyboard.gif" alt="A toggle button opening a popover list implemented with the click outside pattern and operated with the keyboard showing the popover not being closed on blur and it obscuring other screen elements." />
303303

304+
<<<<<<< HEAD
304305
אפשר במקום זאת להגיע להתנהגות זהה בעזרת מטפלי אירועים כמו `onBlur``onFocus`:
306+
=======
307+
The same functionality can be achieved by using appropriate event handlers instead, such as `onBlur` and `onFocus`:
308+
>>>>>>> c93286c071bca17ecba91cd130908fe2e33a4766
305309
306310
```javascript{19-29,31-34,37-38,40-41}
307311
class BlurExample extends React.Component {

0 commit comments

Comments
 (0)