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 620d14d commit 0872577Copy full SHA for 0872577
lib/web/mage/collapsible.js
@@ -63,8 +63,8 @@ define([
63
this.icons = true;
64
}
65
66
- this.element.on('dimensionsChanged',function(e) {
67
- if(e.target && e.target.classList.contains('active')) {
+ this.element.on('dimensionsChanged', function (e) {
+ if (e.target && e.target.classList.contains('active')) {
68
this._scrollToTopIfVisible(e.target);
69
70
}.bind(this));
0 commit comments