removed logging
This commit is contained in:
@@ -161,13 +161,6 @@ export default function Home() {
|
|||||||
prevItemsLength.current = items.length;
|
prevItemsLength.current = items.length;
|
||||||
}, [items]);
|
}, [items]);
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
console.log("Container Höhe:", containerRef.current?.scrollHeight);
|
|
||||||
console.log("Container sichtbare Höhe:", containerRef.current?.clientHeight);
|
|
||||||
console.log("page-background Scrollhöhe:", document.querySelector(".page-background")?.scrollHeight);
|
|
||||||
console.log("page-background Sichtbare Höhe:", document.querySelector(".page-background")?.clientHeight);
|
|
||||||
}, []);
|
|
||||||
|
|
||||||
// Kategorie-Änderung
|
// Kategorie-Änderung
|
||||||
const handleCategoryChange = (category: string) => {
|
const handleCategoryChange = (category: string) => {
|
||||||
if (category === "") {
|
if (category === "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user