fix record panels container multiple

This commit is contained in:
Yuri Kuznetsov
2025-05-13 13:26:48 +03:00
parent 55a387c785
commit d1bb6be354
+2 -2
View File
@@ -1404,10 +1404,10 @@ class DetailRecordView extends BaseRecordView {
}
afterRender() {
this.$middle = this.$el.find('.middle');
this.$middle = this.$el.find('.middle').first();
if (this.bottomView) {
this.$bottom = this.$el.find('.bottom');
this.$bottom = this.$el.find('.bottom').first();
}
this.initElementReferences();