fix bottom tab text show more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user