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
Description Autofocus doesn't work if editor has any extension that has addNodeView for example https://github.com/ueberdosis/tiptap/blob/main/packages/extension-task-item/src/task-item.ts
Steps to reproduce the bug Steps to reproduce the behavior:
CodeSandbox I created a CodeSandbox to help you debug the issue: https://codesandbox.io/s/tiptap-react-forked-n9wzf?file=/src/App.tsx
Expected behavior Autofocus should work normally
Environment?
The text was updated successfully, but these errors were encountered:
I can confirm the above is happening. Any plan for a fix of this?
Sorry, something went wrong.
This has nothing to do with node views. Autofocus doesn’t seem to work at all with React 😅 follow up at #1716
956566e
fix: fix some react focus issues (ueberdosis#1724), fix ueberdosis#1716…
a2fe315
…, fix ueberdosis#1608, fix ueberdosis#1520 * remove async createNodeViews * focus asynchronously to fix weird bugs in react
No branches or pull requests
Description
Autofocus doesn't work if editor has any extension that has addNodeView for example https://github.com/ueberdosis/tiptap/blob/main/packages/extension-task-item/src/task-item.ts
Steps to reproduce the bug
Steps to reproduce the behavior:
CodeSandbox
I created a CodeSandbox to help you debug the issue:
https://codesandbox.io/s/tiptap-react-forked-n9wzf?file=/src/App.tsx
Expected behavior
Autofocus should work normally
Environment?
The text was updated successfully, but these errors were encountered: