Skip to content

Commit

Permalink
Fix bogus preventing optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this authored and f1ames committed Sep 9, 2019
1 parent 069b37b commit 06b94a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/selection/optimization.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
return;
}

range.shrink( CKEDITOR.SHRINK_TEXT );
range.shrink( CKEDITOR.SHRINK_TEXT, false, { skipBogus: true } );

preventListener = false;

Expand Down

0 comments on commit 06b94a6

Please sign in to comment.