Skip to content

Commit 76dcbf8

Browse files
committed
Notes
1 parent 9b48fc2 commit 76dcbf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/ecs/main.ecs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,15 @@ BuildPage:
194194

195195
create Notes in Main
196196
create ShowNotes in Notes
197+
DoNotes:
198+
set style `display` of ShowNotes to `none`
197199
set the content of ShowNotes to `Show Notes`
198200
on click ShowNotes
199201
begin
200202
attach Notes to `developer-notes`
201203
set style `display` of Notes to `block`
204+
set the content of ShowNotes to `Hide Notes`
205+
on click ShowNotes go to DoNotes
202206
end
203207

204208
stop

0 commit comments

Comments
 (0)