@ckeditor/ckeditor5-restricted-editing 48.1.1 → 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 CHANGED
@@ -802,7 +802,7 @@ function isRangeInsideSingleMarker(editor, range) {
802
802
  * Note: This marker fixer only consider case which is possible to create using StandardEditing mode plugin.
803
803
  * Markers created by developer in the data might break in many other ways.
804
804
  *
805
- * See #6003.
805
+ * See https://github.com/ckeditor/ckeditor5/issues/6003.
806
806
  */ function ensureNewMarkerIsFlatPostFixer(editor) {
807
807
  return (writer)=>{
808
808
  let changeApplied = false;