Posted 23 June 2022, 4:34 am EST
HI,
when i’m trying to copy from one cell to paste in another cell, using ClipboardPasting event I updated the flags of undo and redo. But for the first time when user trying to paste , the flags are not updating because the spread.undoManager().canUndo() method is returning false due to (spread.undoManager().getUndoStack() is empty). spread-demo1.zip