about summary refs log tree commit diff stats
path: root/html/edit/007-sandbox-delete.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-25 13:04:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-25 13:04:04 -0700
commite3c9e1536154e0dee2c15b556a2a6b9f6524e114 (patch)
tree45afca3c6b1710188a25089717d1200d3c022932 /html/edit/007-sandbox-delete.mu.html
parentdc5f112c3ea8aff1a389513fa6c33d88fab07420 (diff)
downloadmu-e3c9e1536154e0dee2c15b556a2a6b9f6524e114.tar.gz
3959
Don't unnecessarily write sandboxes to disk on F4.

This seems to save almost 20% time when processing a large lesson
directory with 36 sandboxes.
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r--html/edit/007-sandbox-delete.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html
index 1d2aa139..1428c926 100644
--- a/html/edit/007-sandbox-delete.mu.html
+++ b/html/edit/007-sandbox-delete.mu.html
@@ -153,7 +153,7 @@ if ('onhashchange' in window) {
 <span id="L91" class="LineNr"> 91 </span>  assert first-sandbox, <span class="Constant">[!!]</span>
 <span id="L92" class="LineNr"> 92 </span>  sandbox-left-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">left:offset</span>
 <span id="L93" class="LineNr"> 93 </span>  sandbox-right-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">right:offset</span>
-<span id="L94" class="LineNr"> 94 </span>  _, _, _, _, _, _, delete-button-left:num <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L379'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
+<span id="L94" class="LineNr"> 94 </span>  _, _, _, _, _, _, delete-button-left:num <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L381'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
 <span id="L95" class="LineNr"> 95 </span>  result <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, delete-button-left, sandbox-right-margin
 <span id="L96" class="LineNr"> 96 </span>]
 <span id="L97" class="LineNr"> 97 </span>