@ckeditor/ckeditor5-clipboard 47.7.1-alpha.0 → 47.7.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/utils/viewtoplaintext.js +1 -1
package/dist/index.js
CHANGED
|
@@ -175,7 +175,7 @@ const listElements = [
|
|
|
175
175
|
return viewItem.getAttribute('alt');
|
|
176
176
|
}
|
|
177
177
|
if (viewItem.is('element', 'br')) {
|
|
178
|
-
return '\n'; // Convert soft breaks to single line break (
|
|
178
|
+
return '\n'; // Convert soft breaks to single line break (https://github.com/ckeditor/ckeditor5/issues/8045).
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* Item is a document fragment, attribute element or container element. It doesn't
|