Skip to content

Commit bda3ecc

Browse files
committed
feat: 添加复选框列表选项到富文本编辑器工具栏
1 parent 0444ebb commit bda3ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/barda/src/comps/comps/richTextEditorComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const childrenMap = {
161161
const toolbarOptions = [
162162
[{ header: [1, 2, 3, false] }],
163163
["bold", "italic", "underline", "strike", "blockquote"],
164-
[{ list: "ordered" }, { list: "bullet" }],
164+
[{ list: "ordered" }, { list: "bullet" }, { list: "check" }],
165165
[{ indent: "-1" }, { indent: "+1" }],
166166
[{ color: [] }, { background: [] }, { align: [] }],
167167
["link", "image"],

0 commit comments

Comments
 (0)