Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent unnecessary xy requests while analysis is running
In componentDidUpdate(), do not trigger a xy request if the previous outputStatus was running, only trigger it if the outputStatus changed. This will trigger it only once, when the analysis is completed. Fixes #691 Signed-off-by: Patrick Tasse <patrick.tasse@ericsson.com>
- Loading branch information