We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdf274 commit 4d29138Copy full SHA for 4d29138
asset/js/widget/ActionList.js
@@ -562,6 +562,10 @@ define(["../notjQuery"], function ($) {
562
this.clearSelection(this.getAllItems().filter(item => ! toActiveItems.includes(item)));
563
this.setActive(toActiveItems);
564
this.addSelectionCountToFooter();
565
+
566
+ if (toActiveItems.length) {
567
+ this.scrollItemIntoView(toActiveItems[toActiveItems.length - 1], false);
568
+ }
569
}
570
571
0 commit comments