@ckeditor/ckeditor5-list 46.0.1-alpha.1 → 46.0.1-alpha.11
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 +11 -11
- package/src/list/converters.js +1 -1
package/dist/index.js
CHANGED
|
@@ -2348,7 +2348,7 @@ import { DomEventObserver, Matcher, ModelTreeWalker, getViewFillerOffset } from
|
|
|
2348
2348
|
const { writer, mapper } = conversionApi;
|
|
2349
2349
|
const elementName = evt.name.split(':')[1];
|
|
2350
2350
|
// Do not remove marker if the deleted element is some inline object inside paragraph.
|
|
2351
|
-
// See https://github.com/
|
|
2351
|
+
// See https://github.com/ckeditor/ckeditor5-internal/issues/3680.
|
|
2352
2352
|
if (!schema.checkAttribute(elementName, 'listItemId')) {
|
|
2353
2353
|
return;
|
|
2354
2354
|
}
|