Skip to content

Commit eb1ed29

Browse files
authored
♻️ refactor: 에디터 글 정렬 기능 삭제
♻️ refactor: 에디터 글 정렬 기능 삭제
2 parents a3f76d4 + 7963607 commit eb1ed29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Editor/Editor.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const formats = [
99
'underline',
1010
'list',
1111
'link',
12-
'align',
1312
'color',
1413
'background',
1514
];
@@ -28,7 +27,6 @@ export default function Editor({ value, onChange, font, onBlur, isError }) {
2827
return {
2928
toolbar: [
3029
['bold', 'italic', 'underline'],
31-
[{ align: [] }],
3230
[{ color: [] }, { background: [] }],
3331
[{ list: 'ordered' }, { list: 'bullet' }],
3432
['link'],

0 commit comments

Comments
 (0)