mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
editor render method should not be called if request is pending (#13858)
This commit is contained in:
parent
c6879441ee
commit
45c7cc0065
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ uiModules
|
|||
editor.destroy();
|
||||
});
|
||||
|
||||
$timeout(() => { renderFunction(); });
|
||||
if (!vis.initialized) {
|
||||
$timeout(() => { renderFunction(); });
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue