Skip to content

Commit 605c7a4

Browse files
committed
fix: 에디터 추가 시, 커서 익스텐션과 충돌나는 문제 해결
1 parent 987ef55 commit 605c7a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/editor/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const Editor = ({
5757
onContentError={({ disableCollaboration }) => {
5858
disableCollaboration();
5959
}}
60-
initialContent={initialContent}
6160
onCreate={({ editor }) => {
6261
provider.on("sync", () => {
6362
if (editor.isEmpty && initialContent) {

0 commit comments

Comments
 (0)