code cosmetics: use closest() in messageBox
This commit is contained in:
parent
be20b5a8b4
commit
41f3103a16
|
@ -40,10 +40,8 @@ function messageBox({
|
|||
}
|
||||
switch (which) {
|
||||
case 13:
|
||||
for (let el = target; el; el = el.parentElement) {
|
||||
if (focusAccessibility.ELEMENTS.includes(el.localName)) {
|
||||
return;
|
||||
}
|
||||
if (target.closest(focusAccessibility.ELEMENTS.join(','))) {
|
||||
return;
|
||||
}
|
||||
break;
|
||||
case 27:
|
||||
|
|
Loading…
Reference in New Issue
Block a user