diff --git a/src/components/layout/editor/editing/EditingPane.svelte b/src/components/layout/editor/editing/EditingPane.svelte index f62a95c..31b0316 100644 --- a/src/components/layout/editor/editing/EditingPane.svelte +++ b/src/components/layout/editor/editing/EditingPane.svelte @@ -24,7 +24,7 @@ targetElement.textContent = targetString; afterType(); } - }1 + } function afterType() { if($selectedUnit == null) {