[Bug]: Content inside Bumble and Floating doesn't react on clicks #4669
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Which packages did you experience the bug in?
"@tiptap/extension-bold": "^2.1.12", "@tiptap/extension-bullet-list": "^2.1.12", "@tiptap/extension-font-family": "^2.1.12", "@tiptap/extension-heading": "^2.1.12", "@tiptap/extension-italic": "^2.1.12", "@tiptap/extension-list-item": "^2.1.12", "@tiptap/extension-ordered-list": "^2.1.12", "@tiptap/extension-strike": "^2.1.12", "@tiptap/extension-text-align": "^2.1.12", "@tiptap/extension-text-style": "^2.1.12", "@tiptap/extension-underline": "^2.1.12", "@tiptap/pm": "^2.1.13", "@tiptap/react": "^2.1.13", "@tiptap/starter-kit": "^2.1.13",
What Tiptap version are you using?
2.1.13
What’s the bug you are facing?
I use Floating and Bumble menu, settings same, but content of Texttoolbar doenst react for clicks and another manipulations
TextToolbar code:
const TextToolbar = ({ editor }: IProps) => {
if (!editor) {
return null;
}
};
If i change TextToolbar to button tag nothing changes, no reaction
What browser are you using?
Chrome
Code example
No response
What did you expect to happen?
I expect that when i take my content to Bumble menu it will be react for my clicks.
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: