From 2046b00c38476387e4ade648729ee7eaf3591090 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 3 Apr 2021 03:24:22 +0200 Subject: [PATCH] Fix clicking the bold button immediately showing the updated button state - rather than only after typing --- ts/editor-toolbar/CommandIconButton.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ts/editor-toolbar/CommandIconButton.svelte b/ts/editor-toolbar/CommandIconButton.svelte index ed45d23cc..ab1a3f6c4 100644 --- a/ts/editor-toolbar/CommandIconButton.svelte +++ b/ts/editor-toolbar/CommandIconButton.svelte @@ -1,9 +1,9 @@