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.
2 parents f5bcf38 + d889538 commit 6d1ceacCopy full SHA for 6d1ceac
app/code/Magento/Ui/view/base/web/js/form/client.js
@@ -63,6 +63,9 @@ define([
63
var $wrapper = $('<div/>').addClass(messagesClass).html(msg);
64
65
$('.page-main-actions', selectorPrefix).after($wrapper);
66
+ $('html, body').animate({
67
+ scrollTop: $('.page-main-actions', selectorPrefix).offset().top
68
+ });
69
}
70
});
71
0 commit comments