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"