Explorar o código

Addeded link to the issue.

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
51393ab7eb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/ckeditor5-typing/src/input.js

+ 1 - 0
packages/ckeditor5-typing/src/input.js

@@ -202,6 +202,7 @@ class MutationHandler {
 		// trying to get a reasonable model ancestor. It will fell into the `if` below anyway.
 		// trying to get a reasonable model ancestor. It will fell into the `if` below anyway.
 		// This situation happens for example for lists. If `<ul>` is a common ancestor, `currentModel` is `undefined`
 		// This situation happens for example for lists. If `<ul>` is a common ancestor, `currentModel` is `undefined`
 		// because `<ul>` is not mapped (`<li>`s are).
 		// because `<ul>` is not mapped (`<li>`s are).
+		// See https://github.com/ckeditor/ckeditor5/issues/718.
 		if ( !currentModel ) {
 		if ( !currentModel ) {
 			return;
 			return;
 		}
 		}