You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear stale SeqJSON output when switching workspace files (#1889)
* clear stale SeqJSON output when switching workspace files
* show SeqJSON output for untitled sequence files
On initial page load with no file selected, the SeqJSON output pane was empty because no output computation was triggered on mount. Also, typing in an untitled sequence cleared the output because Svelte 4 bypasses prop defaults on reactive updates (has bitten us before). Passing undefined from the parent set sequenceName to undefined instead of the default ''.
0 commit comments