From c57365962fec360fa86dddc9a7980704aadd174b Mon Sep 17 00:00:00 2001 From: Amy Frear Date: Tue, 30 Jan 2024 15:20:04 -0500 Subject: [PATCH] fix whitespace issue --- src/EventSubscriber/ViewsAjaxResponseSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventSubscriber/ViewsAjaxResponseSubscriber.php b/src/EventSubscriber/ViewsAjaxResponseSubscriber.php index 5629a23..8389704 100644 --- a/src/EventSubscriber/ViewsAjaxResponseSubscriber.php +++ b/src/EventSubscriber/ViewsAjaxResponseSubscriber.php @@ -46,7 +46,7 @@ public function onResponse(FilterResponseEvent $event) { ) && empty($view->is_attachment) && empty($view->live_preview) ) { - // Disable the default behavior of visually scrolling + // Disable the default behavior of visually scrolling // on view refreshes caused by form changes or pagination. foreach ($commands as &$command) { if (isset($command['command']) && $command['command'] === 'viewsScrollTop') {