투영 adapter 조합에서 수직 탐색과 초기화를 보존한다 - #770
Open
developer-1px wants to merge 2 commits into
Open
developer-1px wants to merge 2 commits into
developer-1px wants to merge 2 commits into
Conversation
This was referenced Sep 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
투영 adapter가 수직 탐색 adapter를 감싸면 ↑↓와 이동 목표 초기화 기능이 사라졌습니다. 기존 capability를 보존해 공개 adapter를 조합할 때 기능이 유지되도록 수정했습니다. 선택 복원 순서의 계약도 문서에 명시했습니다.
검증: contenteditable 단위 검사 50개, 전체 패키지 빌드, Chrome 조합별 1,000줄 이동·스크롤·가로 목표 초기화 검사 3개(준비 포함) 정상 통과.
Closes #767