Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika4 authored Feb 8, 2024
1 parent 1e01137 commit 298f2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creativecloud/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getDecorateAreaFn() {
let fgDivs = null;
switch (true) {
case marquee != null:
eagerLoad(marquee.querySelector('img'));
eagerLoad(marquee.querySelector('img'));
break;
case interactiveMarquee?.classList.contains('changebg'): {
interactiveMarquee.querySelector(':scope > div:nth-child(1)').querySelectorAll('img').forEach(eagerLoad);
Expand Down

0 comments on commit 298f2f9

Please sign in to comment.