From c18b81b2f26123481558cb3fffc794c2c13f74ad Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 8 Feb 2024 15:43:45 -0700 Subject: maintenance --- src/scenes/doctor.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/scenes/doctor.tsx') diff --git a/src/scenes/doctor.tsx b/src/scenes/doctor.tsx index 4b6c483..ded1617 100644 --- a/src/scenes/doctor.tsx +++ b/src/scenes/doctor.tsx @@ -30,19 +30,20 @@ Yes, hmmm... so, do you really think this is so? export default makeScene2D(function* (view) { const block = createRef(); + let currentConversation = conversation[0] + "\n"; - yield view.add( + view.add( , ); yield* slideTransition(Direction.Right); - let currentConversation = conversation[0] + "\n"; let id = 0; for (const line of conversation.slice(1)) { yield* block().edit(1.2, false)`${currentConversation}${insert( -- cgit v1.2.3-70-g09d2