Commit af20dfae60

r00ster91 <r00ster91@proton.me>
2022-08-14 12:20:26
bug: add TODO
1 parent e5379e5
Changed files (1)
lib
docs
lib/docs/main.js
@@ -3189,6 +3189,7 @@ var zigAnalysis;
         ev.stopPropagation();
         return;
       case "Down":
+        // TODO: make the page scroll down if the search cursor is out of the screen
         moveSearchCursor(1);
         ev.preventDefault();
         ev.stopPropagation();