Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 11, 2023
1 parent b56b174 commit e22faf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ function clickShowHideEle(e) {
break;
}
}
if (!existEqual) el.setAttribute('hidden', '');

if (!existEqual)
el.setAttribute('hidden', '')
}
}

Expand Down

0 comments on commit e22faf6

Please sign in to comment.