Posted 28 July 2020, 10:52 pm EST
Binding event sheetChanging and emit ‘insertSheet’ command,
then execute startTransaction(context,{sheetName:‘sheetN’}), beacuse ‘sheetN’ is not existed.
occur error log:
Cannot read property ‘ITa’ of null
Is it a bug?
Maybe I should emit add sheet by sheetChanged and emit delete sheet by sheetChanging.
Also I test startTransaction options not has sheetName property ,it’s work.
