janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
229 stars 35 forks source link

Moving Columns breaks UndoRedo (at least for adding/removing columns) #71

Open janisdd opened 3 years ago

janisdd commented 3 years ago

Version?

Description

After moving a column and then deleting the column left/right to it (also works with some other columns) and then undoing corrupts the data!

Expected behavior

Undo/redo should work as expected

Steps to reproduce

See above

This seems to be some issue with the handsontable undo/redo plugin or even the visual/physical column mapping which is too big to fix