Fixes/minor tweaks #39

Merged
ilia merged 15 commits from fixes/minor-tweaks into main 2026-05-23 14:11:59 +00:00
Showing only changes of commit c01fc79a3e - Show all commits
@@ -20,6 +20,7 @@ let mockObserverInstances: MockIntersectionObserver[] = [];
class MockIntersectionObserver implements IntersectionObserver {
root = null;
rootMargin = '';
scrollMargin = '';
thresholds: number[] = [];
readonly callbacks: Array<(entries: IntersectionObserverEntry[], observer: IntersectionObserver) => void> = [];
readonly observedElements = new Set<Element>();