Skip to content

Commit a40ca9a

Browse files
committed
minor fixes
1 parent 85282ef commit a40ca9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2-ui/3-event-details/7-keyboard-events/article.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ As we know, the `false` value returned from the event handler, assigned using a
151151

152152
Please note that special keys, such as `key:Backspace`, `key:Left`, `key:Right`, do not work in the input. That's a side-effect of the strict filter `checkPhoneKey`. These keys make it return `false`.
153153

154-
Let's relax the filter a little bit by allowing `key:Left`, `key:Right` arrows and `key:Delete`, `key:Backspace`:
155-
154+
Let's relax the filter a little bit by allowing arrow keys `key:Left`, `key:Right` and `key:Delete`, `key:Backspace`:
156155

157156
```html autorun height=60 run
158157
<script>

0 commit comments

Comments
 (0)