Skip to content

Commit cfa1199

Browse files
committed
Notes
1 parent 76dcbf8 commit cfa1199

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/ecs/main.ecs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,17 @@ BuildPage:
195195
create Notes in Main
196196
create ShowNotes in Notes
197197
DoNotes:
198-
set style `display` of ShowNotes to `none`
199198
set the content of ShowNotes to `Show Notes`
200199
on click ShowNotes
201200
begin
202201
attach Notes to `developer-notes`
203202
set style `display` of Notes to `block`
204203
set the content of ShowNotes to `Hide Notes`
205-
on click ShowNotes go to DoNotes
204+
on click ShowNotes
205+
begin
206+
set style `display` of Notes to `none`
207+
go to DoNotes
208+
end
206209
end
207210

208211
stop

0 commit comments

Comments
 (0)