mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:54:49 +08:00
[common] Fix for ComboDataView and ComboDataViewShape
This commit is contained in:
@ -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;
|
||||
|
||||
@ -311,6 +311,7 @@ define([
|
||||
|
||||
deactivateRecords: function () {
|
||||
$(this.cmpEl.find('.field-picker .item')).removeClass('active');
|
||||
this.isRecordActive = false;
|
||||
},
|
||||
|
||||
isComboViewRecActive: function () {
|
||||
|
||||
Reference in New Issue
Block a user