From aa00467378a416f2edb1e8280bd1506001e73f9a Mon Sep 17 00:00:00 2001 From: Arkadiusz Filipczak Date: Tue, 26 Sep 2023 15:50:41 +0200 Subject: [PATCH] Docs (clipboard): Fix reference to `outputTransformation` event. --- .../ckeditor5-clipboard/docs/framework/deep-dive/clipboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ckeditor5-clipboard/docs/framework/deep-dive/clipboard.md b/packages/ckeditor5-clipboard/docs/framework/deep-dive/clipboard.md index 4ddfdef4351..2b127599cee 100644 --- a/packages/ckeditor5-clipboard/docs/framework/deep-dive/clipboard.md +++ b/packages/ckeditor5-clipboard/docs/framework/deep-dive/clipboard.md @@ -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: