Skip to content
Snippets Groups Projects
Commit 0e4b0995 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add fixed IDs to other blocks that can be glowed in the toolbox.

Prevent switching tabs while one of these blocks is glowing from
crashing because it is given a new ID.
parent 00d523a5
No related branches found
No related tags found
No related merge requests found
......@@ -336,12 +336,12 @@ const control = `
</shadow>
</value>
</block>
<block type="control_forever"/>
<block id="forever" type="control_forever"/>
${blockSeparator}
<block type="control_if"/>
<block type="control_if_else"/>
<block type="control_wait_until"/>
<block type="control_repeat_until"/>
<block id="wait_until" type="control_wait_until"/>
<block id="repeat_until" type="control_repeat_until"/>
${blockSeparator}
<block type="control_stop"/>
${blockSeparator}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment