Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent debounceFetchNodes from jumping node view (#2560)
Any of the events which trigger debounceFetchNodes should call fetchNodes[Only] with the current props node specified. This prevents a pipeline view from jumping to the first still-running parallel stage when any non-first stage is focused and a handled non-pipeline_step event is received. Removed unnecessary fetchNodesOnly parameter. Addition for CI.
- Loading branch information