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

단축키 사용하여 textarea에 포커싱하는 방법 문의드립니다! #1482

Open
sso-hyun opened this issue Nov 15, 2024 · 1 comment
Labels

Comments

@sso-hyun
Copy link

To make it easier for us to help you, please include as much useful information as possible.

Version

"react": "^17.0.1",
"suneditor": "^2.47.0",
"suneditor-react": "^3.6.1",

Additional context

Add any other context about the problem here.

안녕하세요!
단축키(예를들어 F2, ctrl + F6 등..)를 사용해 suneditor에 포커싱 하여 바로 글을 쓸 수 있게 하고싶습니다.
커서는 글의 마지막에 위치하고싶은데 개발 방법 알려주실 수 있으실까요?

감사합니다!

@sso-hyun
Copy link
Author

안녕하세요.
다른 이슈 질문 참고하여 글 마지막에 포커싱 하는 방법에 대해 확인 완료했습니다!
질문은 단축키를 사용해 포커싱하는 방법이었지만 예제로 버튼 클릭 후 포커싱 하는 것으로 대신합니다.

` const editor = useRef(SunEditorCore);

useEffect(() => {
if(isButtonClick) {
editor.current.core.focusEdge(); // 마지막에 포커싱
}
}, [isButtonClick])`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants