refactor(repo): resolve changed-code audit

This commit is contained in:
James
2026-07-20 11:59:57 -07:00
parent cbcf45facf
commit ab8b50afd7
21 changed files with 54 additions and 51 deletions
@@ -84,6 +84,7 @@ export function useGsapPropertyDebounce(
const mutation = { type: "update-property", animationId, property, value };
const label = `Edit GSAP ${property}`;
try {
// fallow-ignore-next-line code-duplication
const { sdkSession, sdkDeps, activeCompPath } = sdkRef.current ?? {};
if (sdkSession && sdkDeps) {
const targetPath = selection.sourceFile || activeCompPath || "index.html";