Explorar o código

Docs: Added the link to the issue.

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
9001a7ee69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/ckeditor5-utils/src/focustracker.js

+ 1 - 0
packages/ckeditor5-utils/src/focustracker.js

@@ -117,6 +117,7 @@ export default class FocusTracker {
 		// the registered elements; announcing this change is pointless.
 		//
 		// Note: In DOM, the native blur always precedes the following focus.
+		// https://github.com/ckeditor/ckeditor5-utils/issues/245
 		if ( isInnerBlur ) {
 			return;
 		}