1
Fork 0

Add GUI test for clicking on non-toggle summary

This commit is contained in:
Jacob Hoffman-Andrews 2021-11-22 00:49:57 -08:00
parent 9aef9a2324
commit 7f35556a25
3 changed files with 11 additions and 1 deletions

View file

@ -891,7 +891,7 @@ function hideThemeButtonState() {
if (e.target.tagName != "SUMMARY") {
e.preventDefault();
}
})
});
});
onEachLazy(document.getElementsByClassName("notable-traits"), function(e) {