Skip to content

Commit

Permalink
fixed rtlMoveVisually = true
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jan 8, 2018
1 parent cd44d32 commit b9fab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/scripts/scoold.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ $(function () {
});
if (RTL_ENABLED) {
mde.codemirror.options.direction = "rtl";
mde.codemirror.options.rtlMoveVisually = false;
//mde.codemirror.options.rtlMoveVisually = false;
}
return mde;
}
Expand Down

0 comments on commit b9fab20

Please sign in to comment.