| ... | @@ -3189,6 +3189,7 @@ var zigAnalysis; | ... | @@ -3189,6 +3189,7 @@ var zigAnalysis; |
| 3189 | ev.stopPropagation(); | 3189 | ev.stopPropagation(); |
| 3190 | return; | 3190 | return; |
| 3191 | case "Down": | 3191 | case "Down": |
| | 3192 | // TODO: make the page scroll down if the search cursor is out of the screen |
| 3192 | moveSearchCursor(1); | 3193 | moveSearchCursor(1); |
| 3193 | ev.preventDefault(); | 3194 | ev.preventDefault(); |
| 3194 | ev.stopPropagation(); | 3195 | ev.stopPropagation(); |