Skip to content

Commit de75478

Browse files
committed
Format the code
1 parent 098fbe4 commit de75478

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo/src/app.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ const App: React.FC = () => {
4848
<li>The up / down arrow keys allow for navigation through the menu items</li>
4949
<li>Pressing tab will close the menu and move the focus to the next focusable element</li>
5050
<li>Pressing escape will close the menu and return the focus to the button</li>
51-
<li>Pressing enter will activate that item and close the menu (whether itʼs a link or has a click handler attached)</li>
51+
<li>
52+
Pressing enter will activate that item and close the menu (whether itʼs a link or has a click handler
53+
attached)
54+
</li>
5255
</ul>
5356
</li>
5457
</ul>

0 commit comments

Comments
 (0)