By murz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.1.x
Introduced in version:
10.1.0
Issue links:
Description:
Drupal Views module has a Drupal\views\Ajax\ScrollTopCommand AJAX command that allows scrolling browser to the top using AJAX commands.
To use the new command just replace use Drupal\views\Ajax\ScrollTopCommand; to the use Drupal\Core\Ajax\ScrollTopCommand; and that's all.
Impacts:
Site builders, administrators, editors
Module developers
Themers