Disable scroll in pagination links (https://github.com/woocommerce/woocommerce-blocks/pull/10522)
This commit is contained in:
parent
4fd16267be
commit
4771c70fc9
|
@ -138,7 +138,7 @@ class ProductQuery extends AbstractBlock {
|
|||
|
||||
$navigation_link_payload = array(
|
||||
'prefetch' => $is_previous_or_next,
|
||||
'scroll' => true,
|
||||
'scroll' => false,
|
||||
);
|
||||
|
||||
$p->set_attribute(
|
||||
|
|
Loading…
Reference in New Issue