diff --git a/src/components/trace/hat-script-graph.ts b/src/components/trace/hat-script-graph.ts index 7fdcbd203a..7b37539cb6 100644 --- a/src/components/trace/hat-script-graph.ts +++ b/src/components/trace/hat-script-graph.ts @@ -19,6 +19,7 @@ import { mdiArrowUp, mdiAsterisk, mdiCallSplit, + mdiCheckboxBlankOutline, mdiCheckBoxOutline, mdiChevronDown, mdiChevronRight, @@ -107,7 +108,7 @@ class HatScriptGraph extends LitElement { })} .track_start=${[track_path]} .track_end=${[track_path]} - tabindex=${trace === undefined ? "-1" : "0"} + tabindex=${trace ? "-1" : "0"} short >