We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0229700 + 1f04778 commit 3fc9551Copy full SHA for 3fc9551
1 file changed
src/lib/components/ConfigEditor.svelte
@@ -35,7 +35,7 @@
35
});
36
}
37
38
- const hasChanges = $derived(isNew || initialSnapshot === '' || captureSnapshot() !== initialSnapshot);
+ const hasChanges = $derived(isNew || initialSnapshot === '' || rawMode || captureSnapshot() !== initialSnapshot);
39
let showScriptModal = $state(false);
40
let scriptDraft = $state('');
41
0 commit comments