formatting
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user