diff --git a/ts/editor/EditorToolbar.svelte b/ts/editor/EditorToolbar.svelte index ad87ca7ad..256e57b9d 100644 --- a/ts/editor/EditorToolbar.svelte +++ b/ts/editor/EditorToolbar.svelte @@ -19,7 +19,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import { updateAllState, resetAllState } from "components/WithState.svelte"; export function updateActiveButtons(event: Event) { - updateAllState(event) + updateAllState(event); } export function clearActiveButtons() { diff --git a/ts/editor/FormatInlineButtons.svelte b/ts/editor/FormatInlineButtons.svelte index e8010edf4..e800c58b2 100644 --- a/ts/editor/FormatInlineButtons.svelte +++ b/ts/editor/FormatInlineButtons.svelte @@ -80,31 +80,52 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - +