ce icon indicating copy to clipboard operation
ce copied to clipboard

onchange:update problem with Ctrl-Z

Open MaximPetrichuk opened this issue 4 years ago • 1 comments

Hi, Thanks for great framework!

I found one bug when was studying examples: https://bossanova.uk/jexcel/v4/cases/highcharts

I changed value, the graph was rebuilt, then clicked Ctrl-Z, the old value was returned on the sheet cell, but the chart was not rebuilt.

Maxim.

MaximPetrichuk avatar Jan 09 '21 04:01 MaximPetrichuk

It's not a bug, for make that, you must use onredo event and onundo event

onredo: update,
onundo: update,
onchange: update,

GBonnaire avatar Jan 21 '21 15:01 GBonnaire