From d2f0704962eb0e43f3db8b461dd6d48ee9297f73 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Jun 2017 10:15:44 -0700 Subject: 3957 Marking sandbox responses as expected can take a long time if there are many sandboxes. Indicate when a click is being worked on. --- edit/009-sandbox-test.mu | 2 ++ 1 file changed, 2 insertions(+) (limited to 'edit') diff --git a/edit/009-sandbox-test.mu b/edit/009-sandbox-test.mu index 1d1ed172..f095579d 100644 --- a/edit/009-sandbox-test.mu +++ b/edit/009-sandbox-test.mu @@ -128,10 +128,12 @@ after [ # identify the sandbox whose output is being clicked on sandbox:&:sandbox <- find-click-in-sandbox-output env, click-row break-unless sandbox + screen <- update-status screen, [updating... ], 245/grey # toggle its expected-response, and save session sandbox <- toggle-expected-response sandbox save-sandboxes env, resources screen <- render-sandbox-side screen, env, render + screen <- update-status screen, [ ], 245/grey screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env loop +next-event } -- cgit 1.4.1-2-gfad0