Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Releases: tencesoft/angular-suneditor

v1.1.2

12 Jul 10:33
Compare
Choose a tag to compare

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