Latest master.
Paragraph.Save.Text deletes properly.
Editor crashes.
Errors
ckeditorerror.js:46 Uncaught CKEditorError: model-textproxy-wrong-offsetintext: Given offsetInText value is incorrect. Read more: https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/support/error-codes.html#model-textproxy-wrong-offsetintext
at new TextProxy (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:9128:10)
at TreeWalker._previous (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:11952:17)
at TreeWalker.next (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:11814:16)
at modifySelection (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:53663:26)
at Model.modifySelection (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:41398:83)
at Model.on (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:3977:32)
at Model.fire (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:2341:29)
at Model.(anonymous function) [as modifySelection] (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:3981:16)
at Widget._getObjectElementNextToSelection (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:63812:9)
at Widget._handleDelete (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:63666:30)
ckeditorerror.js:46 Uncaught CKEditorError: view-renderer-filler-was-lost: The inline filler node was lost. Read more: https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/support/error-codes.html#view-renderer-filler-was-lost
at Renderer._removeInlineFiller (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:38649:10)
at Renderer.render (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:38486:9)
at Document.render (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:35060:17)
at Document.on (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:3977:32)
at Document.fire (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:2341:29)
at Document.(anonymous function) [as render] (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:3981:16)
at MutationObserver._onMutations (http://192.168.20.71:8125/ckeditor5-core/tests/manual/article.js:27692:17)
GIF

Notes
editor.getData() returns just "<p>Paragraph</p>"Paragraph, link balloon will openOther information
OS: All platforms
Browser: All browsers
Could you try to bisect it?
Could you try to bisect it?
I've started with checking previous CKE5 versions and it looks like this bug exists since... v0.3.0
May be fixed by https://github.com/ckeditor/ckeditor5-link/issues/169. Please check.
โ๏ธ