Skip to content

Commit

Permalink
Fix direction button in the demo (slab#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbro authored and jhchen committed Jun 12, 2019
1 parent 8ff5b87 commit f32aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2>Fits Like a Glove</h2>
[{ 'script': 'super' }, { 'script': 'sub' }],
[{ 'header': '1' }, { 'header': '2' }, 'blockquote', 'code-block' ],
[{ 'list': 'ordered' }, { 'list': 'bullet'}, { 'indent': '-1' }, { 'indent': '+1' }],
[ 'direction', { 'align': [] }],
[ {'direction': 'rtl'}, { 'align': [] }],
[ 'link', 'image', 'video', 'formula' ],
[ 'clean' ]
],
Expand Down

0 comments on commit f32aa5f

Please sign in to comment.