diff --git a/plugins/widget/plugin.js b/plugins/widget/plugin.js index 9cadb603c5b..f3c1420edad 100644 --- a/plugins/widget/plugin.js +++ b/plugins/widget/plugin.js @@ -3393,7 +3393,7 @@ // Blink and WebKit, when widgets are at the beginning and at the end of the content (#3138). if ( !focused ) { isWholeSelection = CKEDITOR.env.webkit && CKEDITOR.plugins.widgetselection.isWholeContentSelected( editor.editable() ); - bookmarks = !isWholeSelection && editor.getSelection().createBookmarks( true ); + bookmarks = editor.getSelection().createBookmarks( true ); } copyBin.handle( getClipboardHtml() );