-
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/#175 캐럿 관리방식 변경 #176
Merged
The head ref may contain hidden characters: "Feature/#175_\uCE90\uB7FF_\uAD00\uB9AC\uBC29\uC2DD_\uBCC0\uACBD"
+301
−212
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9073fea
feat: localUpdate함수 작성
Ludovico7 2ba1b3d
chore: 불필요한 console.log 제거 및 import 순서 변경
Ludovico7 f9b95b6
feat: 캐럿 관리 유틸리티 함수 구현
Ludovico7 e6a9a31
feat: editorState 및 캐럿 관리 구조 변경
Ludovico7 ec34926
feat: block 캐럿 관리 구조 변경
Ludovico7 e62f1de
feat: 키입력 핸들러 구조 수정
Ludovico7 1af8fcd
Merge branch 'dev' into Feature/#175_캐럿_관리방식_변경
Ludovico7 16aa9c5
feat: editorState 데이터 구조 변경된 내용 반영
Ludovico7 f5c9221
feat: 라벨 이름 변경
Ludovico7 400be0a
feat: 블록 첫 추가 버튼 블록 없을때만 보이도록 수정
Ludovico7 8f493b4
chore: lint 설정
Ludovico7 5434d30
Merge branch 'dev' into Feature/#175_캐럿_관리방식_변경
Ludovico7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
이전에 오른쪽에 요소가 없을때 오른쪽 화살표키를 누르면 에러가 났는데 이젠 해결이 됐군요..! 😊