Skip to content

Commit e1558a3

Browse files
skipjackSpaceK33z
authored andcommitted
[fix] Adding a missing variable in Navigation._openSearch
1 parent 9d1d598 commit e1558a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/navigation/navigation.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ export default class Navigation extends React.Component {
106106
*
107107
*/
108108
_openSearch() {
109+
let container = document.querySelector('.navigation');
110+
109111
container.classList.add('navigation--search-mode');
110112
}
111113
}

0 commit comments

Comments
 (0)