mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
docs: add comment
This commit is contained in:
parent
2723d8e6e2
commit
e5379e5027
1 changed files with 1 additions and 0 deletions
|
|
@ -3148,6 +3148,7 @@ var zigAnalysis;
|
||||||
domSearch.blur();
|
domSearch.blur();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// hide the modal if it's visible or return to the previous result page and unfocus the search
|
||||||
function onEscape(ev) {
|
function onEscape(ev) {
|
||||||
if (!domHelpModal.classList.contains("hidden")) {
|
if (!domHelpModal.classList.contains("hidden")) {
|
||||||
domHelpModal.classList.add("hidden");
|
domHelpModal.classList.add("hidden");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue