editor: add "normal" to headings so user can reset

This commit is contained in:
thecodrr
2020-04-07 15:04:45 +05:00
parent c24228ce1b
commit 51485f349b

View File

@@ -10,7 +10,7 @@ Quill.register("modules/magicUrl", MagicUrl);
const quillModules = {
toolbar: [
[{ header: [1, 2, 3, 4, 5, 6] }],
[{ header: [false, 1, 2, 3, 4, 5, 6] }],
["bold", "italic", "underline", "strike", "blockquote"],
[
{ align: "" },