diff --git a/index.html b/index.html index d3fc49b..5c4024e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ /> Schreiben - +
diff --git a/src/editor/Editor.svelte b/src/editor/Editor.svelte index 0789e34..3767be7 100644 --- a/src/editor/Editor.svelte +++ b/src/editor/Editor.svelte @@ -71,7 +71,7 @@ {/if} -
+
{#if view} {/if} diff --git a/src/editor/MenuBar.svelte b/src/editor/MenuBar.svelte index e3e540f..42a2239 100644 --- a/src/editor/MenuBar.svelte +++ b/src/editor/MenuBar.svelte @@ -12,7 +12,7 @@ export let state: EditorState; -