Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Fixed a manual test which failed due to a known issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 21, 2017
1 parent 31bdc84 commit b2985bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/view/manual/inline-filler.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ setData( viewDocument,

viewDocument.on( 'selectionChange', ( evt, data ) => {
viewDocument.selection.setTo( data.newSelection );

// Needed due to https://github.com/ckeditor/ckeditor5-engine/issues/796.
viewDocument.render();
} );

viewDocument.render();

0 comments on commit b2985bc

Please sign in to comment.