mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
docs: add comment
This commit is contained in:
parent
2723d8e6e2
commit
e5379e5027
@ -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…
Reference in New Issue
Block a user