Правка типов

This commit is contained in:
Web-serfer 2026-04-06 21:44:47 +05:00
parent ed93c5646a
commit 410a1c3235
5 changed files with 163 additions and 11 deletions

View file

@ -396,7 +396,7 @@ const {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const el = entry.target;
const el = entry.target as HTMLElement;
const delay = parseInt(el.dataset.delay || '0');
setTimeout(() => {