Skip to content

Commit 1775a89

Browse files
mbreiserclaude
andcommitted
fix: switch to Commands tab when clicking filmstrip blocks
Clicking a block in the bottom filmstrip now automatically switches to the Commands tab so edits are immediately visible. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6a0f541 commit 1775a89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

experiment_designer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ <h1>Experiment Designer</h1>
11321132

11331133
<!-- Footer -->
11341134
<div class="app-footer">
1135-
<p><a href="https://github.com/reiserlab/webDisplayTools" target="_blank">Reiser Lab</a> | Experiment Designer v0.8 | 2026-04-08 18:31 ET</p>
1135+
<p><a href="https://github.com/reiserlab/webDisplayTools" target="_blank">Reiser Lab</a> | Experiment Designer v0.8 | 2026-04-08 18:38 ET</p>
11361136
</div>
11371137

11381138
<!-- Hidden file input for import -->
@@ -1962,8 +1962,8 @@ <h1>Experiment Designer</h1>
19621962
selection = { type: type };
19631963
}
19641964
renderTimeline();
1965+
switchEditorTab('commands');
19651966
renderEditor();
1966-
renderTableView();
19671967
}
19681968

19691969
function handleDragStart(e) {

experiment_designer_quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<a href="experiment_designer.html" class="nav-link">&larr; Back to Experiment Designer</a>
216216

217217
<h1>Experiment Designer Quick Start</h1>
218-
<p class="subtitle">v0.8 | 2026-04-08 18:31 ET &mdash; Learn the interface and create your first protocol in minutes.</p>
218+
<p class="subtitle">v0.8 | 2026-04-08 18:38 ET &mdash; Learn the interface and create your first protocol in minutes.</p>
219219

220220
<h2>Interface overview</h2>
221221

0 commit comments

Comments
 (0)