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)) ); }