Browse Source
When importing a workflow via file picker, loadWorkflow had no way to find the image files on disk because directoryPath was only stored in localStorage (which doesn't survive browser switches or clears). Now auto-save embeds directoryPath in the workflow JSON, and loadWorkflow uses it as a fallback after the workflowPath parameter and localStorage config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue