Add GUI test for clicking on non-toggle summary
This commit is contained in:
parent
9aef9a2324
commit
7f35556a25
3 changed files with 11 additions and 1 deletions
|
@ -891,7 +891,7 @@ function hideThemeButtonState() {
|
|||
if (e.target.tagName != "SUMMARY") {
|
||||
e.preventDefault();
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
onEachLazy(document.getElementsByClassName("notable-traits"), function(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue