8
0
Просмотр исходного кода

Docs: Added the link to the issue.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
9001a7ee69
1 измененных файлов с 1 добавлено и 0 удалено
  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.
 		// the registered elements; announcing this change is pointless.
 		//
 		//
 		// Note: In DOM, the native blur always precedes the following focus.
 		// Note: In DOM, the native blur always precedes the following focus.
+		// https://github.com/ckeditor/ckeditor5-utils/issues/245
 		if ( isInnerBlur ) {
 		if ( isInnerBlur ) {
 			return;
 			return;
 		}
 		}