Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
6597177e28

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

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