From de7c8d7e68f19aa7b2b78db50ee7a0d36f9645f9 Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 7 Dec 2021 14:42:44 +0300 Subject: [PATCH] fixup --- edit/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/settings.js b/edit/settings.js index 01a00a9e..7628bdd0 100644 --- a/edit/settings.js +++ b/edit/settings.js @@ -48,7 +48,7 @@ function StyleSettings(editor) { el.rows = (list.length || 1) + 1; return text; }, - () => API.styles.config(style.id, type, textToList(el)) + () => API.styles.config(style.id, type, textToList(el.value)) ); }