mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-08 10:46:06 +00:00
fix(studio): reconcile external edits before reload (#2993)
* fix(studio): reconcile external edits before reload * fix(ci): retry transient workspace installs Make external reload retry behavior honest and isolate reload listeners. Remove the dead SDK timestamp parameter.
This commit is contained in:
@@ -52,7 +52,7 @@ export function DesignPanelPromoteProvider({
|
||||
children: ReactNode;
|
||||
}) {
|
||||
const targetPath = selection?.sourceFile || activeCompPath || "index.html";
|
||||
const handle = useSdkSession(projectId, targetPath, persistDeps.domEditSaveTimestampRef);
|
||||
const handle = useSdkSession(projectId, targetPath);
|
||||
const rawPersist = useVariablesPersist({
|
||||
...persistDeps,
|
||||
sdkSession: handle.session,
|
||||
|
||||
Reference in New Issue
Block a user