This commit is contained in:
Yuri Kuznetsov
2022-02-04 14:36:00 +02:00
parent 4bec0b4795
commit d6f0bc063e
-2
View File
@@ -544,8 +544,6 @@ define('views/modal', 'view', function (Dep) {
textWidth += $(el).outerWidth(true);
});
console.log(containerWidth, textWidth);
if (containerWidth < textWidth) {
if (step > 5) {
var $title = this.$el.find('.modal-title');