Skip to content

Commit 9c61b22

Browse files
AC-10845::Pagebuilder banner image not visible in gallery
1 parent e6adb98 commit 9c61b22

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/masonry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ define([
204204
this.waitForContainer(callback);
205205
}.bind(this), 500);
206206
} else {
207-
setTimeout(callback, 500);
207+
setTimeout(callback, 0);
208208
}
209209
},
210210

0 commit comments

Comments
 (0)