-
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/#206 이전 텍스트 스타일 연속으로 적용 #209
The head ref may contain hidden characters: "Feature/#206_\uC774\uC804_\uD14D\uC2A4\uD2B8_\uC2A4\uD0C0\uC77C_\uC5F0\uC18D\uC73C\uB85C_\uC801\uC6A9"
Conversation
- 텍스트를 드래그하고 있는 상태에서 모달창 내부를 클릭할때는 포커스 사라지지 않음 - 색상과 배경 버튼은 hover할때만 서브 모달이 나오고, 두 버튼을 클릭해도 동작하지 않도록 수정
- 옵션 모달 위치를 모달 컨테이너 밖으로 위치 - 모달 내부를 클릭해도 포커스 사라지지 않음
setHoveredType(null); | ||
} | ||
const handleModalClick = (e: React.MouseEvent<HTMLDivElement>) => { | ||
e.preventDefault(); |
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.
네 맞습니다! onMouseDown 이벤트를 막아줘야 포커스가 안풀립니다!
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.
연규님!! 수고하셨습니다.
이부분은 저도 구현한다면 어떻게 해야하나 머리속에서 잘 그려지지 않았는데요..😮
연규님 구현을 보니, 맨뒤, 맨앞, 중간 삽입별로 상황을 나눠서 처리를 하신걸 보니 머리속에 그려지기 시작했습니다 ㅋㅋ
이전에 있는 prevChar의 스타일을 가져오는군요. 생각을 해보면, 왼쪽에서 오른쪽으로 글을 읽기때문에 prevChar를 보는게 합당한 선택 같네요.
이제는 정말 마크다운 스타일 관련해서는 끝에 도달 한 것 같습니다.
고생 많으셨습니다 !!! 😎
📝 변경 사항
🔍 변경 사항 설명
🙏 질문 사항
📷 스크린샷 (선택)
style.mov
✅ 작성자 체크리스트