From 2ced322fe97aee968ff98ca0cd3da687b3dcf357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20M=2E?= Date: Thu, 17 Oct 2024 21:55:40 +0200 Subject: [PATCH] Listen to updating --- src/Layout/Concerns/WithScroll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layout/Concerns/WithScroll.php b/src/Layout/Concerns/WithScroll.php index a7d8ed2..a057602 100644 --- a/src/Layout/Concerns/WithScroll.php +++ b/src/Layout/Concerns/WithScroll.php @@ -23,7 +23,7 @@ public function mountWithScroll(): void } } - public function updatedPage(): void + public function updatingPage(): void { unset($this->items); }