We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417085e commit 1e5afe7Copy full SHA for 1e5afe7
src/pat/navigation/navigation.js
@@ -188,15 +188,6 @@ export default Base.extend({
188
// Not even in path.
189
continue;
190
}
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;
200
201
},
202
0 commit comments