fix(frontend): restore capture/drag overlay state vars
Same class of bug ascd982f2:9878ab4(extract FilesTab) also removed 'let' declarations for capture/drag-drop state that's still used by the inbox capture flow and CaptureDropOverlay: captureDropActive, captureDropLabel, captureDragDepth, lastCaptureDragOverAt, captureDragResetTimer, dropRootValid, inboxDropValid Without them, Svelte runtime throws ReferenceError on first render ('captureDropActive is not defined'), leaving the WebView empty. Verified with headless render smoke: .app + .sidebar mount, sidebar shows system views + workspace, welcome screen renders. Rebuild embedded frontend bundle.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user