[DE] Fix bug 55224

This commit is contained in:
JuliaSvinareva 2022-02-01 14:13:15 +03:00
parent 6dc7f36d7b
commit 74ba851ce5

View file

@ -112,7 +112,7 @@ define([
}, },
updateSize: function (size) { updateSize: function (size) {
this.thumbnailsSize = size * 100; this.thumbnailsSize = Math.min(size * 100, 100);
}, },
onChangeSize: function(field, newValue) { onChangeSize: function(field, newValue) {