Skip to content

Commit c839db9

Browse files
committed
fix: remove redundant "opencut" prefix from storage key
1 parent 769a7e7 commit c839db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/editor/panels/timeline/graph-editor/custom-presets-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { generateUUID } from "@/utils/id";
55
import type { NormalizedCubicBezier } from "@/lib/animation/types";
66
import type { EasingPreset } from "./easing-presets";
77

8-
const STORAGE_KEY = "opencut:graph-editor-presets";
8+
const STORAGE_KEY = "graph-editor-presets";
99

1010
let cachedPresets: EasingPreset[] | null = null;
1111
const listeners = new Set<() => void>();

0 commit comments

Comments
 (0)