formatting

This commit is contained in:
iw0 2024-04-11 10:47:27 +02:00
parent a940829a12
commit 61c0dbdf01

View File

@ -175,7 +175,7 @@ const matchDropdown = (mut, testName, openOrClose) => {
Array.from(nodes).some(
n => n.nodeType === Node.ELEMENT_NODE &&
n.classList.contains("db-web-dropdown-outer-container"))
}
}
/**@param {MutationRecord} mut */
const getDropdownList = (mut) => {