Skip to content

Commit e22faf6

Browse files
committed
formating
1 parent b56b174 commit e22faf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ function clickShowHideEle(e) {
102102
break;
103103
}
104104
}
105-
if (!existEqual) el.setAttribute('hidden', '');
105+
106+
if (!existEqual)
107+
el.setAttribute('hidden', '')
106108
}
107109
}
108110

0 commit comments

Comments
 (0)