Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Disable scroll in pagination links (#10522)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz authored Aug 10, 2023
1 parent 0e98d83 commit 5c99f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTypes/ProductQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function add_navigation_link_directives( $block_content, $block, $instanc

$navigation_link_payload = array(
'prefetch' => $is_previous_or_next,
'scroll' => true,
'scroll' => false,
);

$p->set_attribute(
Expand Down

0 comments on commit 5c99f33

Please sign in to comment.