Skip to content

Commit 1e5afe7

Browse files
committed
fix(pat navigation): Remove mockup-related checking of input fields.
1 parent 417085e commit 1e5afe7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/pat/navigation/navigation.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,6 @@ export default Base.extend({
188188
// Not even in path.
189189
continue;
190190
}
191-
192-
// The path was at least found in the current url, so we need to
193-
// check the input-openers within the path
194-
// Find the first input which is the correct one, even if this
195-
// navigation item has many children.
196-
// These hidden checkboxes are used to open the navigation item for
197-
// mobile navigation.
198-
const check = wrapper.querySelector("input");
199-
if (check) check.checked = true;
200191
}
201192
},
202193

0 commit comments

Comments
 (0)