fix display of attr detail

This commit is contained in:
zadam
2020-11-27 22:38:15 +01:00
parent b0217ee04c
commit 6df6fe03fa
2 changed files with 8 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ export default class CollapsibleSectionContainer extends TabAwareWidget {
doRender() {
this.$widget = $(TPL);
this.contentSized();
this.overflowing();
this.$titleContainer = this.$widget.find('.section-title-container');
this.$bodyContainer = this.$widget.find('.section-body-container');