Skip to content

Commit

Permalink
fix: 에디터 추가 시, 커서 익스텐션과 충돌나는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yewonJin committed Nov 14, 2024
1 parent 987ef55 commit 605c7a4
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 605c7a4

Please sign in to comment.