fix bottom tab text show more

This commit is contained in:
Yuri Kuznetsov
2022-11-10 15:53:15 +02:00
parent e2a3761f10
commit 46c910d74f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -239,6 +239,7 @@ define('views/fields/text', ['views/fields/base'], function (Dep) {
}
this.listenTo(this.recordHelper, 'panel-show', () => this.controlSeeMore());
this.on('tab-show-propagated', () => this.controlSeeMore());
$(window).on('resize.see-more-' + this.cid, () => {
this.controlSeeMore();
@@ -827,6 +827,8 @@ define('views/record/panels-container', ['view'], function (Dep) {
if (view) {
view.trigger('tab-show');
view.propagateEvent('tab-show-propagated');
}
item.tabHidden = false;