From 623ac88166dbb5efb300fc71b6866569148cd42f Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:23:53 -0500 Subject: [PATCH] Fix trace graph for non-safari & safari (#19557) --- src/components/trace/hat-graph-node.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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`