handsontable / handsontable

JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡

Home Page:https://handsontable.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: if i delete a row which have mergeCell,then i undo it,mergeCell will disappear

yanyinqing opened this issue · comments

Describe the bug

[Bug]: if i delete a row which have mergeCell,then i undo it,mergeCell will disappear

Video/Screenshots

No response

Provide a link to the demo with the bug reproduction

No response

Handsontable version

14.0.0

Framework version

vue2

Your environment

edge,macos

Thank you for sharing the issue report. So it is the opposite of what we reported some time ago https://github.com/handsontable/dev-handsontable/issues/900 (there we had the merged area being maintained on undo).

However, it seems that the cell metadata changes were never supported by the undoRedo plugin (like changing a readOnly state).

I will inform you once we change this behavior to get the merged cells back.