diff --git a/ts/components/IconButton.svelte b/ts/components/IconButton.svelte index 56269538e..6c372d1c8 100644 --- a/ts/components/IconButton.svelte +++ b/ts/components/IconButton.svelte @@ -4,7 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> diff --git a/ts/editor/FormatBlockButtons.svelte b/ts/editor/FormatBlockButtons.svelte index d66de7cde..6ae0c24bb 100644 --- a/ts/editor/FormatBlockButtons.svelte +++ b/ts/editor/FormatBlockButtons.svelte @@ -76,7 +76,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - createDropdown(event.detail.button)}> + {@html listOptionsIcon} @@ -148,11 +148,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + {@html outdentIcon} - + {@html indentIcon} diff --git a/ts/editor/TemplateButtons.svelte b/ts/editor/TemplateButtons.svelte index 2df8ce46f..49ee14344 100644 --- a/ts/editor/TemplateButtons.svelte +++ b/ts/editor/TemplateButtons.svelte @@ -115,7 +115,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html + on:click={onHtmlEdit} + on:mount={createShortcut}> {@html xmlIcon}