Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored and niegowski committed Apr 16, 2021
1 parent 3958290 commit 0b0f296
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,12 @@ export default class WidgetTypeAround extends Plugin {
}

/**
* Attaches the {@link module:engine/model/model~Model#event:deleteContent} event listener to block it in cases
* of the fake caret is activated.
* Attaches the {@link module:engine/model/model~Model#event:deleteContent} event listener to block the event when the fake
* caret is active.
*
* This is required for the cases that trigger {@link module:engine/model/model~Model#deleteContent `model.deleteContent()`}
* before calling {@link module:engine/model/model~Model#insertContent `model.insertContent()`} like plain text pasting.
* This is required for cases that trigger {@link module:engine/model/model~Model#deleteContent `model.deleteContent()`}
* before calling {@link module:engine/model/model~Model#insertContent `model.insertContent()`} like, for instance,
* plain text pasting.
*
* @private
*/
Expand Down

0 comments on commit 0b0f296

Please sign in to comment.