Skip to content

Commit

Permalink
Other: Remove the enigmatic Edge-related code comment. #6202.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Apr 20, 2020
1 parent fdeb608 commit 6597177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ckeditor5-table/tests/converters/upcasttable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
} );
Expand Down

0 comments on commit 6597177

Please sign in to comment.