Skip to content

Commit

Permalink
Remove control_for_each from the toolbox
Browse files Browse the repository at this point in the history
It causes various issues, eg: https://github.com/TurboWarp/desktop/issues/744
It's not worth fixing
  • Loading branch information
GarboMuffin committed Jul 29, 2023
1 parent 623b7f7 commit 15278ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,6 @@ const control = function (isInitialSetup, isStage) {
<block id="wait_until" type="control_wait_until"/>
<block id="repeat_until" type="control_repeat_until"/>
<block id="while" type="control_while"/>
<block id="for_each" type="control_for_each">
<value name="VALUE">
<shadow type="math_whole_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
${blockSeparator}
<block type="control_stop"/>
${blockSeparator}
Expand Down

0 comments on commit 15278ff

Please sign in to comment.