mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: remove redundant "opencut" prefix from storage key
This commit is contained in:
@@ -5,7 +5,7 @@ import { generateUUID } from "@/utils/id";
|
||||
import type { NormalizedCubicBezier } from "@/lib/animation/types";
|
||||
import type { EasingPreset } from "./easing-presets";
|
||||
|
||||
const STORAGE_KEY = "opencut:graph-editor-presets";
|
||||
const STORAGE_KEY = "graph-editor-presets";
|
||||
|
||||
let cachedPresets: EasingPreset[] | null = null;
|
||||
const listeners = new Set<() => void>();
|
||||
|
||||
Reference in New Issue
Block a user