fix: calculate

This commit is contained in:
2026-03-01 10:11:52 +01:00
parent e12cc6592e
commit db37fb1ae2
2 changed files with 1 additions and 6 deletions

View File

@@ -107,11 +107,6 @@ export function GraphPanel() {
<GraphCanvas functions={graphFunctions} variables={variables} />
</div>
{/* ── Hint bar ─────────────────────────────────────────── */}
<p className="text-[10px] text-muted-foreground/35 text-center shrink-0 pb-1">
Drag to pan &nbsp;·&nbsp; Scroll to zoom &nbsp;·&nbsp; Hover for coordinates
</p>
</div>
);
}