This commit is contained in:
tophf 2021-12-07 14:42:44 +03:00
parent 2a85cffe43
commit de7c8d7e68

View File

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