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 2bc471e commit 157e1cdCopy full SHA for 157e1cd
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