Skip to content

Commit

Permalink
Merge pull request #140 from boostcampwm-2024/bug-fe-#139
Browse files Browse the repository at this point in the history
에디터 추가 시, 커서 익스텐션과 충돌나는 문제 해결
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
2 parents 987ef55 + 605c7a4 commit 660eb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const Editor = ({
onContentError={({ disableCollaboration }) => {
disableCollaboration();
}}
initialContent={initialContent}
onCreate={({ editor }) => {
provider.on("sync", () => {
if (editor.isEmpty && initialContent) {
Expand Down

0 comments on commit 660eb37

Please sign in to comment.