We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769a7e7 commit c839db9Copy full SHA for c839db9
1 file changed
apps/web/src/components/editor/panels/timeline/graph-editor/custom-presets-store.ts
@@ -5,7 +5,7 @@ import { generateUUID } from "@/utils/id";
5
import type { NormalizedCubicBezier } from "@/lib/animation/types";
6
import type { EasingPreset } from "./easing-presets";
7
8
-const STORAGE_KEY = "opencut:graph-editor-presets";
+const STORAGE_KEY = "graph-editor-presets";
9
10
let cachedPresets: EasingPreset[] | null = null;
11
const listeners = new Set<() => void>();
0 commit comments