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

Commit

Permalink
Tests: Updated a ticket test to the latest bindTwoStepCaretToAttribut…
Browse files Browse the repository at this point in the history
…e() API.
  • Loading branch information
oleq committed Jul 30, 2019
1 parent 7c20fab commit 35c5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/tickets/1301/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ClassicEditor
.then( editor => {
const bold = editor.plugins.get( Bold );

bindTwoStepCaretToAttribute( editor.editing.view, editor.model, bold, 'bold' );
bindTwoStepCaretToAttribute( editor.editing.view, editor.model, bold, 'bold', 'ltr' );
} )
.catch( err => {
console.error( err.stack );
Expand Down

0 comments on commit 35c5abc

Please sign in to comment.