CodeMirrorEditor.getDeletedText method
CodeMirrorEditor › getDeletedText
Unofficial
Get the text deleted during the operation in progress.Signature:
getDeletedText(): null | stringReturns: null | string — The deleted text, or null when nothing was deleted or no operation is in progress.