-
Notifications
You must be signed in to change notification settings - Fork 111
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
Issue with focus and blur when first renderring #231
Comments
Thanks for reporting. How can I reproduce your issue? In which mode are you opening the editor? |
Thanks for replying. |
Thanks. It turned out that the code editor was needlessly grabbing focus when created. |
Fix is published now in |
I'm very thankful for your helping 👍 |
environment:
Platform: Mac os 13.2
Browser: Chrome 109.0.5414.119
Framework: vue3 + ts
Problem detail:
When first renderring editor, it has auto focused, but when i clicked other doms, it cannot trigger blur event. But it's useful after first blur. Could you please add a prop that could control the editor auto focus or not when thr first time renderring.
The text was updated successfully, but these errors were encountered: