Skip to content

Commit

Permalink
remove hydra for now
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Dec 30, 2024
1 parent b0022cb commit b8803be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<div class="slot" id="slot1">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
<!-- <option value="hydra">hydra</option> -->
</select>
<div class="editor"></div>
</div>

<div class="slot" id="slot2">
<select class="target">
<option value="strudel">strudel</option>
<option value="hydra">hydra</option>
<!-- <option value="hydra">hydra</option> -->
</select>
<div class="editor"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ session.on("sync", () => {
if (session.getDocuments().length === 0) {
session.setActiveDocuments([
{ id: "slot1", target: "strudel" },
{ id: "slot2", target: "hydra" },
{ id: "slot2", target: "strudel" },
]);
}

Expand Down

0 comments on commit b8803be

Please sign in to comment.