bug: add TODO

This commit is contained in:
r00ster91 2022-08-14 12:20:26 +02:00
parent e5379e5027
commit af20dfae60

View File

@ -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();