This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Fixed return types of onCopy and onCut callbacks.
As there was a bug that returning void (as the original SunEditor type) will prevent the SunEditor executing the default code.
- Added @input parameter for onCopy and onCut
- Default callback params set to true