The onRichTextPaste callback does not get called when pasting Delta internally #2474
Labels
enhancement
New feature or request
minor
Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function
This callback provides the
isExternal
parameter, but it will not be called when pasting a Delta internally, so theisExternal
is alwaystrue
. It will need to be called when the user pastes aDelta
into the editor clipboard (internal).The text was updated successfully, but these errors were encountered: