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 5a95c20 commit 1d6a279Copy full SHA for 1d6a279
app/code/Magento/Catalog/view/adminhtml/web/js/product-gallery.js
@@ -211,7 +211,7 @@ define([
211
212
position = count + 1;
213
214
- if (lastElement && (lastElement.length === 1)) {
+ if (lastElement && lastElement.length === 1) {
215
position = parseInt(lastElement.data('imageData').position || count, 10) + 1;
216
}
217
imageData = $.extend({
0 commit comments