Also has the side effect of new panels having not collapsed queries when being created
This commit is contained in:
committed by
Torkel Ödegaard
parent
50718b592c
commit
87027b0f77
@@ -29,6 +29,10 @@ export class QueryRowCtrl {
|
||||
delete this.target.isNew;
|
||||
this.toggleCollapse(false);
|
||||
}
|
||||
|
||||
if (this.panel.targets.length < 4) {
|
||||
this.collapsed = false;
|
||||
}
|
||||
}
|
||||
|
||||
toggleHideQuery() {
|
||||
|
||||
Reference in New Issue
Block a user