We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make it easier for us to help you, please include as much useful information as possible.
"react": "^17.0.1", "suneditor": "^2.47.0", "suneditor-react": "^3.6.1",
Add any other context about the problem here.
안녕하세요! 단축키(예를들어 F2, ctrl + F6 등..)를 사용해 suneditor에 포커싱 하여 바로 글을 쓸 수 있게 하고싶습니다. 커서는 글의 마지막에 위치하고싶은데 개발 방법 알려주실 수 있으실까요?
감사합니다!
The text was updated successfully, but these errors were encountered:
안녕하세요. 다른 이슈 질문 참고하여 글 마지막에 포커싱 하는 방법에 대해 확인 완료했습니다! 질문은 단축키를 사용해 포커싱하는 방법이었지만 예제로 버튼 클릭 후 포커싱 하는 것으로 대신합니다.
` const editor = useRef(SunEditorCore);
useEffect(() => { if(isButtonClick) { editor.current.core.focusEdge(); // 마지막에 포커싱 } }, [isButtonClick])`
Sorry, something went wrong.
No branches or pull requests
To make it easier for us to help you, please include as much useful information as possible.
Version
Additional context
Add any other context about the problem here.
안녕하세요!
단축키(예를들어 F2, ctrl + F6 등..)를 사용해 suneditor에 포커싱 하여 바로 글을 쓸 수 있게 하고싶습니다.
커서는 글의 마지막에 위치하고싶은데 개발 방법 알려주실 수 있으실까요?
감사합니다!
The text was updated successfully, but these errors were encountered: