We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5946612 commit 99ac06fCopy full SHA for 99ac06f
iwsy/resources/ecs/blocks.txt
@@ -212,15 +212,16 @@ SaveSelectedBlock:
212
set property PropertyName of Block to PropertyValue
213
add 1 to N
214
end
215
- set property BlockName of Blocks to Block
216
index BlockNameInput to SelectedBlock
+ put element SelectedBlock of BlockNames into BlockName
217
if BlockNameInput is not BlockName
218
begin
219
+print `deleting`
220
json delete property BlockName of Blocks
221
put BlockNameInput into BlockName
222
set element SelectedBlock of BlockNames to BlockName
223
224
+ set property BlockName of Blocks to Block
225
set property `blocks` of Presentation to Blocks
226
227
! Tell the parent to refresh the script
0 commit comments