fixup
This commit is contained in:
parent
2a85cffe43
commit
de7c8d7e68
|
@ -48,7 +48,7 @@ function StyleSettings(editor) {
|
||||||
el.rows = (list.length || 1) + 1;
|
el.rows = (list.length || 1) + 1;
|
||||||
return text;
|
return text;
|
||||||
},
|
},
|
||||||
() => API.styles.config(style.id, type, textToList(el))
|
() => API.styles.config(style.id, type, textToList(el.value))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user