Skip to content

Commit

Permalink
fix example [feenkcom/gtoolkit#4136]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Nov 5, 2024
1 parent 05dce62 commit ce74ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GToolkit-Demo-Scripter/PatternScripterExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ PatternScripterExamples >> moldableLudoGamePlaygroundScript [
scripter do
label: 'Replace the code in the playground snippet';
id: GtSourceCoderEditorId;
action: [ :aSnippetElement | aSnippetElement text: self autoPlaySnippet ];
action: [ :aSnippetElement |
aSnippetElement textualCoderViewModel coderModel
currentSourceString: self autoPlaySnippet ];
play.
scripter click
label: 'Perform the snippet and go.';
Expand Down

0 comments on commit ce74ad1

Please sign in to comment.