Skip to content

Commit

Permalink
fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frear committed Jan 30, 2024
1 parent 4eb2e90 commit c573659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSubscriber/ViewsAjaxResponseSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit c573659

Please sign in to comment.