Posted 23 February 2023, 4:53 am EST
Hello,
Our goal is to disable the cut command in SpreadJS. We have successfully disabled the “ctrl + x” shortcut using the following code:
spread.commandManager().setShortcutKey(null, GC.Spread.Commands.Key.x, true, false, false, false)
However, we’ve noticed that when a user tries to use “ctrl + x,” they can still paste the cut cell’s content into another cell. Is there a way to prevent this behavior?
Regards,
Thanh
