Merge tag '2024.11.0' into feature/2024.10
This commit is contained in:
@@ -351,7 +351,7 @@ function parallaxLoop() {
|
||||
}
|
||||
|
||||
function parallax() {
|
||||
const banner = bannerEl.value as any;
|
||||
const banner = bannerEl.value;
|
||||
if (banner == null) return;
|
||||
|
||||
const top = getScrollPosition(rootEl.value);
|
||||
|
||||
Reference in New Issue
Block a user