@ckeditor/ckeditor5-typing 48.1.0 → 48.2.0-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/dist/typingconfig.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -834,7 +834,7 @@ const TYPING_INPUT_TYPES_ANDROID = [
|
|
|
834
834
|
treatEmojiAsSingleUnit: true
|
|
835
835
|
});
|
|
836
836
|
}
|
|
837
|
-
// Check if deleting in an empty editor. See
|
|
837
|
+
// Check if deleting in an empty editor. See https://github.com/ckeditor/ckeditor5-typing/issues/61.
|
|
838
838
|
if (this._shouldEntireContentBeReplacedWithParagraph(sequence)) {
|
|
839
839
|
this._replaceEntireContentWithParagraph(writer);
|
|
840
840
|
return;
|