diff --git a/src/components/trace/hat-graph-node.ts b/src/components/trace/hat-graph-node.ts index 931f0a6524..b9b6a499f0 100644 --- a/src/components/trace/hat-graph-node.ts +++ b/src/components/trace/hat-graph-node.ts @@ -8,6 +8,7 @@ import { } from "lit"; import { customElement, property } from "lit/decorators"; import { NODE_SIZE, SPACING } from "./hat-graph-const"; +import { isSafari } from "../../util/is_safari"; /** * @attribute active @@ -42,6 +43,7 @@ export class HatGraphNode extends LitElement { const width = SPACING + NODE_SIZE; return html`