From 2776adaae1512bf925c5bb4564b311b37f46202d Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Mon, 6 Apr 2026 12:42:46 +0200 Subject: [PATCH] fix: whitespace --- .../components/editor/panels/timeline/graph-editor/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/panels/timeline/graph-editor/session.ts b/apps/web/src/components/editor/panels/timeline/graph-editor/session.ts index 9c81215d..e16690e5 100644 --- a/apps/web/src/components/editor/panels/timeline/graph-editor/session.ts +++ b/apps/web/src/components/editor/panels/timeline/graph-editor/session.ts @@ -20,7 +20,7 @@ const FLAT_VALUE_EPSILON = 1e-6; const LINEAR_CURVE_EPSILON = 1e-6; export type GraphEditorUnavailableReason = - | "no-keyframe-selected" + | "no-keyframe-selected" | "multiple-keyframes-selected" | "selected-element-missing" | "selected-element-has-no-animations"