We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb1a3ce + f2ff01d commit 708ca9dCopy full SHA for 708ca9d
src/core/event/sidebar.js
@@ -39,6 +39,7 @@ export function collapse(el) {
39
if (
40
target.nodeName === 'A' &&
41
target.nextSibling &&
42
+ target.nextSibling.classList &&
43
target.nextSibling.classList.contains('app-sub-sidebar')
44
) {
45
dom.toggleClass(target.parentNode, 'collapse');
0 commit comments