diff --git a/src/lib/EnvelopeEditor.svelte b/src/lib/EnvelopeEditor.svelte index e17f5bb..6dd0036 100644 --- a/src/lib/EnvelopeEditor.svelte +++ b/src/lib/EnvelopeEditor.svelte @@ -63,6 +63,9 @@ // If autocorrect is set to false the envelope is not updated automatically. Event `corrected` is always fired with the result export let autocorrect = true; + // If hideConsoleBar is true will force to hide the error suggestions in Code View + export let hideConsoleBar = false; + let editorForm: EditorForm | null = null; let initialEditorData = ""; @@ -322,7 +325,7 @@
{#if editorView === "code"} - + {:else}