Skip to content

Commit fed6a83

Browse files
authored
Linting Checks
1 parent b4e7b21 commit fed6a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/event/sidebar.js renamed to src/ core/事件/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function collapse(el) {
3838
dom.on(el, 'click', ({ target }) => {
3939
if (
4040
target.nodeName === 'A' &&
41-
target.nextSibling &&
41+
target.nextSibling &&
4242
target.nextSibling.classList &&
4343
target.nextSibling.classList.contains('app-sub-sidebar')
4444
) {

0 commit comments

Comments
 (0)