Skip to content

Commit

Permalink
Docs (clipboard): Fix reference to outputTransformation event.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkflpc committed Sep 26, 2023
1 parent a20bcfb commit aa00467
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ The default action is to:

1. {@link module:engine/model/model~Model#getSelectedContent Get the selected content} from the editor.
1. Prevent the default action of the native `copy` or `cut` event.
1. Fire {@link module:engine/view/document~Document#event:outputTransformation `view.Document#outputTransformation`}` with a selected content represented by a {@link module:engine/model/documentfragment~DocumentFragment model document fragment}.
1. Fire {@link module:clipboard/clipboardpipeline~ClipboardPipeline#event:outputTransformation `view.Document#outputTransformation`}` with a selected content represented by a {@link module:engine/model/documentfragment~DocumentFragment model document fragment}.

### 2. On {@link module:engine/view/document~Document#event:outputTransformation `view.Document#outputTransformation`}
### 2. On {@link module:clipboard/clipboardpipeline~ClipboardPipeline#event:outputTransformation `view.Document#outputTransformation`}

The default action is to:

Expand Down

0 comments on commit aa00467

Please sign in to comment.