From 36083c849b65358d5495217fcffe869fbbb33d5b Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 18 Oct 2022 12:14:40 +0530 Subject: [PATCH] fix: state url --- src/lib/util/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/state.ts b/src/lib/util/state.ts index 75647cb5..13114da2 100644 --- a/src/lib/util/state.ts +++ b/src/lib/util/state.ts @@ -85,7 +85,7 @@ export const stateStore: Readable = derived( }, { ...get(inputStateStore), - serialized: '', + serialized: serializeState(get(inputStateStore)), errorMarkers: [], error: undefined, editorMode: get(inputStateStore).editorMode ?? 'code'