Fix issue showing selected component indicators on initial load sometimes due to null reference

This commit is contained in:
Andrew Kingston 2022-07-27 12:55:20 +01:00
parent e4b8933067
commit b76000f828
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
// Sanity limit of 100 active indicators
const children = Array.from(parents)
.map(parent => parent?.children?.[0])
.filter(x => x != null)
.slice(0, 100)
// If there aren't any nodes then reset