Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graph: Fix JSE when switching node selection (#2232)
Repro steps: 1. Select a run that has more than one tags 2. Select a tag with RunMetadata 3. Select a node 4. Select the default tag 5. Click nodes around and see JSEs We have nested dom-ifs to prevent `getTotalMicros` from being called. However, this is only effective when the DOM is not mounted but this assumption does not hold after first render (if=true). JSE = JavaScript Exception
- Loading branch information