Skip to content
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

[fix] 텍스트 에디터 버그 수정 #309

Merged
merged 3 commits into from
Sep 30, 2024
Merged

[fix] 텍스트 에디터 버그 수정 #309

merged 3 commits into from
Sep 30, 2024

Conversation

JunJongHun
Copy link
Member

📖 개요

💻 작업사항

  • 텍스트 에디터를 사용할 때, 헤딩, 텍스트 정렬 기능을 사용하면 위로 스크롤이 자동으로 되어버리는 문제를 scrollingContainer 속성에 html를 줘서 해결

  • 텍스트 에디터에서 1., 2. 등을 을 칠 경우 1. (쓴 내용)으로 글씨가 작아지고 변경되는 문제 (스타일링 수정)

    • ol,ul,li 태그에 css 추가

✔️ check list

  • 작성한 이슈의 내용을 전부 적용했나요?
  • 리뷰어를 등록했나요?

@JunJongHun JunJongHun added the FIX 버그 수정 label Sep 30, 2024
@JunJongHun JunJongHun self-assigned this Sep 30, 2024
@JunJongHun JunJongHun linked an issue Sep 30, 2024 that may be closed by this pull request
Copy link
Member

@sangminlee98 sangminlee98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scrollingContainer 옵션은 현재 quill 2.0.1 버전에서는 삭제되었습니다 (내부에서 자동으로 설정해주는 것 같아요!)
현재 최신버전의 react-quill의 dependency로 설치된 quill 라이브러리 버전이 1.3버전인데, 해당 이슈를 quill 내부에서 잡아주지 않고 지금처럼 저희가 scrollingContainer 옵션으로 따로 처리해주어야 할 것 같네요 🥲
나중에 라이브러리 업데이트 된다면 다시 확인해봅시다!

@JunJongHun JunJongHun merged commit 9ddb8f0 into develop Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[fix] 텍스트 에디터 버그 수정
2 participants