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

Other: Remove the enigmatic Edge-related code comment. ckeditor/ckeditor5#6202.

Agreed at https://github.com/ckeditor/ckeditor5-utils/pull/333#issuecomment-615275702
Tomek Wytrębowicz 5 лет назад
Родитель
Сommit
6597177e28
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-table/tests/converters/upcasttable.js

+ 0 - 1
packages/ckeditor5-table/tests/converters/upcasttable.js

@@ -204,7 +204,6 @@ describe( 'upcastTable()', () => {
 	} );
 
 	it( 'should fix if inside other blocks', () => {
-		// Using <div> instead of <p> as it breaks on Edge.
 		editor.model.schema.register( 'div', {
 			inheritAllFrom: '$block'
 		} );