-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#171 한글 crdt 연동되도록 구현 #172
The head ref may contain hidden characters: "Feature/#171_\uD55C\uAE00_crdt_\uC5F0\uB3D9\uB418\uB3C4\uB85D_\uAD6C\uD604"
Conversation
…into Feature/#171_한글_crdt_연동되도록_구현
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
첨부하신 문서도 잘 읽어보았습니다. 수고많으셨습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 !!
|
||
characters.forEach((char, index) => { | ||
const insertPosition = startPosition + index; | ||
const charNode = block.crdt.localInsert(insertPosition, char, block.id, pageId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
최곱니다!! 배포가 너무 기대됩니다.
노션을 읽기전까지는 한글 -> ['한','글'] 로 받아와서 각각 로컬 insert를 진행하는 코드인줄 알았습니다.
올려주신 노션을 보니까 "한." 이 들어온다면 ['한','.'] 이렇게 2개가 들어올 것이고, 띄어쓰기나 ',' '.' 도 컴포징 될때 포함되는데 이것도 들어가는걸까요?
그렇다면
한글.
을 입력할때
['한']
['글'',.']
여기서 localInsert가 진행돼서
한글.
이렇게 입력되는게 맞나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
노션에서 답변 받았습니다.
📝 변경 사항
🔍 변경 사항 설명
🙏 질문 사항
📷 스크린샷 (선택)
2024-11-22.10.17.53.mov
✅ 작성자 체크리스트