Merge pull request #1111 from CHU295/develop

fix~issues 1110
This commit is contained in:
Anix 2020-05-14 17:15:08 +05:30 committed by GitHub
commit 708ca9db7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ export function collapse(el) {
if (
target.nodeName === 'A' &&
target.nextSibling &&
target.nextSibling.classList &&
target.nextSibling.classList.contains('app-sub-sidebar')
) {
dom.toggleClass(target.parentNode, 'collapse');