From bf3adbc812e949b63bd17e842bd1aae912b9dcaa Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 19 Oct 2021 00:38:06 +0200 Subject: [PATCH] Svelte Editor hotfixes (#1436) * Fix white on white text in light mode * Reflect rename to FieldsEditor in class name * Fix adjusting fields ending in an endless loop --- ts/editor/FieldsEditor.svelte | 4 ++-- ts/editor/OldEditorAdapter.svelte | 6 +++++- ts/editor/RichTextInput.svelte | 7 +++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ts/editor/FieldsEditor.svelte b/ts/editor/FieldsEditor.svelte index 69b78cae2..b71ee9e79 100644 --- a/ts/editor/FieldsEditor.svelte +++ b/ts/editor/FieldsEditor.svelte @@ -2,12 +2,12 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> -
+