File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 23
23
/>
24
24
{{ else if (eq block.type "click_to_continue")}}
25
25
{{ #if (eq blockGroup.index this.currentBlockGroupIndex )}}
26
- <Concept::ContinueOrStepBack
27
- {{! @glint -expect-error: buttonTextForDisplay not typecast yet }}
28
- @continueButtonText ={{ block.buttonTextForDisplay }}
29
- @onContinueButtonClick ={{ this.handleContinueButtonClick }}
30
- @onStepBackButtonClick ={{ this.handleStepBackButtonClick }}
31
- @shouldHighlightKeyboardShortcuts ={{ true }}
32
- @shouldShowContinueButton ={{ true }}
33
- @shouldShowStepBackButton ={{ not-eq this.currentBlockGroupIndex 0 }}
34
- class =" mb-6"
35
- />
26
+ {{ #unless this.hasFinished }}
27
+ <Concept::ContinueOrStepBack
28
+ {{! @glint -expect-error: buttonTextForDisplay not typecast yet }}
29
+ @continueButtonText ={{ block.buttonTextForDisplay }}
30
+ @onContinueButtonClick ={{ this.handleContinueButtonClick }}
31
+ @onStepBackButtonClick ={{ this.handleStepBackButtonClick }}
32
+ @shouldHighlightKeyboardShortcuts ={{ true }}
33
+ @shouldShowContinueButton ={{ true }}
34
+ @shouldShowStepBackButton ={{ not-eq this.currentBlockGroupIndex 0 }}
35
+ class =" mb-6"
36
+ />
37
+ {{ /unless }}
36
38
{{ /if }}
37
39
{{ else }}
38
40
<div class =" mb-6" >
You can’t perform that action at this time.
0 commit comments