zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit af20dfae60bb5c1c1ae0db25339e1f4ad5f8a2e7 (tree)
parent e5379e5027d33f5954fc7daa00b835a374f57272
Author: r00ster91 <r00ster91@proton.me>
Date:   Sun, 14 Aug 2022 12:20:26 +0200

bug: add TODO

Diffstat:
Mlib/docs/main.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/docs/main.js b/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();