-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Error thrown when merging cells with rowspan #4284
Comments
I have this also locally, I tried to play around and I found out that if I modify the order of the plugins in your fiddle, the error goes away :D |
It seems that the problem is that undo's It can be fixed either in the plugin itself, or by executing the same code in a new listener, which can be used to quickfix broken applications.
|
@corebonts, would you like to propose an official solution based on your comment? There is a whole section dedicated to contributing in our docs if you'd decide to. |
of course I would like to, but I don't know when I can do it. |
Closed in #5242 |
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
Cells are merged, undo step is created.
Actual result
Cells are merged, however error is thrown and no undo step is created:
Other details
What's the most interesting, it's the fact that it works correctly when whole standard preset is used: https://jsfiddle.net/Comandeer/2qfhuc8z/
The text was updated successfully, but these errors were encountered: