1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: wrong editor height with some conditions

This commit is contained in:
2021-07-23 10:56:41 +02:00
parent 62f7e57d0c
commit d7fdf53932
6 changed files with 26 additions and 2 deletions

View File

@@ -207,6 +207,10 @@ export default {
if (val) {
this.changeBreadcrumbs({ schema: this.schema, trigger: this.trigger });
setTimeout(() => {
this.resizeQueryEditor();
}, 200);
if (this.lastTrigger !== this.trigger)
this.getTriggerData();
}
@@ -252,7 +256,7 @@ export default {
const params = {
uid: this.connection.uid,
schema: this.schema,
trigger: this.workspace.breadcrumbs.trigger
trigger: this.trigger
};
try {