Skip to content

Commit 489ea41

Browse files
committed
refactor: directory structure
1 parent af65e06 commit 489ea41

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

assets/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@
424424
if (kind) handleCopy(kind);
425425
}
426426
});
427+
document.addEventListener("click", function(e) {
428+
if (!e.target.closest(".dropdown")) {
429+
$copyDropdownContent.style.display = "none"
430+
}
431+
});
427432
}
428433

429434
function handleSelectTraffic(id) {

assets/md2html.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)