mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
refactor(repo): resolve changed-code audit
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user