Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Adjusted code to changes in i/6091 #67

Merged
merged 5 commits into from
Mar 3, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class Clipboard extends Plugin {
* @private
* @member {module:engine/dataprocessor/htmldataprocessor~HtmlDataProcessor} #_htmlDataProcessor
*/
this._htmlDataProcessor = new HtmlDataProcessor();
this._htmlDataProcessor = new HtmlDataProcessor( viewDocument );

view.addObserver( ClipboardObserver );

Expand Down