Skip to content

Commit

Permalink
Change text flow options order
Browse files Browse the repository at this point in the history
  • Loading branch information
davivcu committed Jul 11, 2024
1 parent c1f8fc7 commit 3abf4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class VerseProseSelectComponent {

@Output() textModeSelectionChange: EventEmitter<TextFlow> = new EventEmitter();

public textFlowTypes: TextFlow[] = ['prose', 'prose_strict', 'verses'];
public textFlowTypes: TextFlow[] = ['prose_strict', 'prose', 'verses'];

public selectedType: TextFlow = 'prose';

Expand Down

0 comments on commit 3abf4c3

Please sign in to comment.