Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed Oct 23, 2023
1 parent ac153dd commit 533260e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@
skeletonSibilings.forEach((el) => {
parent.removeChild(el);
});
parent.classList.remove("loading");
}
function callNextParentSibiling(parent) {
if (parent.nextElementSibling) {
Expand Down
3 changes: 3 additions & 0 deletions out/css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function removeSkeletonsInsant(parent) {
skeletonSibilings.forEach((el) => {
parent.removeChild(el);
});
parent.classList.remove('loading');
}
function callNextParentSibiling(parent) {
if (parent.nextElementSibling) {
Expand Down

0 comments on commit 533260e

Please sign in to comment.