From f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Dec 2017 20:38:53 -0800 Subject: 4165 --- html/edit/006-sandbox-copy.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/edit/006-sandbox-copy.mu.html') diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index bcc6e301..782450c4 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -194,7 +194,7 @@ if ('onhashchange' in window) { 132 ¦ break-unless copy? 133 ¦ screen <- render-sandbox-side screen, env, render 134 ¦ screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env -135 ¦ loop +next-event +135 ¦ loop +next-event 136 } 137 ] 138 @@ -244,9 +244,9 @@ if ('onhashchange' in window) { 182 ¦ found?:bool <- equal click-row, start 183 ¦ return-if found?, curr-sandbox 184 ¦ curr-sandbox <- get *curr-sandbox, next-sandbox:offset -185 ¦ loop +185 ¦ loop 186 } -187 return 0/not-found +187 return 0/not-found 188 ] 189 190 def click-on-sandbox-area? click-row:num, click-column:num, env:&:environment -> result:bool [ @@ -414,7 +414,7 @@ if ('onhashchange' in window) { 352 ¦ *env <- put *env, sandbox-in-focus?:offset, 0/false 353 ¦ screen <- render-recipes screen, env, render 354 ¦ screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env -355 ¦ loop +next-event +355 ¦ loop +next-event 356 } 357 ] 358 @@ -453,7 +453,7 @@ if ('onhashchange' in window) { 391 *recipe-editor <- put *recipe-editor, before-cursor:offset, recipe-data 392 *recipe-editor <- put *recipe-editor, cursor-row:offset, 1 393 *recipe-editor <- put *recipe-editor, cursor-column:offset, 0 -394 return 1/true +394 return 1/true 395 ] -- cgit 1.4.1-2-gfad0