formatting
This commit is contained in:
parent
23572b9a48
commit
d21941d306
@ -179,7 +179,7 @@ const matchDropdown = (mut, testName, openOrClose) => {
|
||||
|
||||
/**@param {MutationRecord} mut */
|
||||
const getDropdownList = (mut) => {
|
||||
const dd = Array.from(mut.addedNodes).filter(e => e instanceof Element && e.querySelector("ul")!==null);
|
||||
const dd = Array.from(mut.addedNodes).filter(e => e instanceof Element && e.querySelector("ul") !== null);
|
||||
return dd.at(0).querySelector("ul");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user