[common] Fix for ComboDataView and ComboDataViewShape

This commit is contained in:
Alexey Koshelev
2024-09-30 17:02:09 +03:00
parent 477a6b4b50
commit 88bc7771a9
2 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,7 @@ define([
cmbDataViewEl.css('top', '50%');
cmbDataViewEl.css('bottom', '50%');
cmbDataViewEl.css('margin', 'auto 0');
cmbDataViewEl.css('width', wrapEl.width() + 'px');
}
return widthCalc;

View File

@ -311,6 +311,7 @@ define([
deactivateRecords: function () {
$(this.cmpEl.find('.field-picker .item')).removeClass('active');
this.isRecordActive = false;
},
isComboViewRecActive: function () {