-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add Row, Delete and Add Column Table button causes TypeError #263
Comments
Hi, Did you check it in latest version? |
Hi I have updated to 4.1.2 and the bug is still there. |
It seems to be already fixed in the underlying library xdan/jodit#1129 |
5.0.0-beta.3 this version solving that issue @cezarypiatek |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jodit Version: 4.1.2
Browser: Chrome
OS: Mac
Is React App: True
Expected behavior: Clicking on Add Row, Delete or Add Column button in table should open the dropdown menu for more options.
Actual behavior:
Clicking on Add Row, Delete or Add Column button in table causes:
Uncaught TypeError: t.toLowerCase is not a function
The text was updated successfully, but these errors were encountered: