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 b8e40eb commit 5ca70a4Copy full SHA for 5ca70a4
static/menu.js
@@ -281,7 +281,9 @@
281
e.preventDefault();
282
e.stopPropagation();
283
}
284
- } else if (e.target.parentNode.classList.contains("pure-menu-has-children")) {
+ } else if (e.target.parentNode &&
285
+ e.target.parentNode.classList.contains("pure-menu-has-children")
286
+ ) {
287
switch (e.key.toLowerCase()) {
288
case "arrowdown":
289
case "down":
0 commit comments