Skip to content

Commit

Permalink
Laika: RopeWithCursor selection deletion logic
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Feb 7, 2024
1 parent 96efe20 commit a79d819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
domChan0Label = document.getElementById("chan0label");
domChan1Label = document.getElementById("chan1label");
domChan2Label = document.getElementById("chan2label");
domCustomPal = document.getElementById("cutompal");
domCustomPal = document.getElementById("custompal");
domPalNum = document.getElementById("palnum");
domAdvanced = document.getElementById("advanced");
domAdvancedWrap = document.getElementById("advanced_wrap");
Expand Down Expand Up @@ -378,8 +378,8 @@ <h1>OS Thumbnail Generator</h1>
<input type="range" id="chan2" min="0" max="2" value="1" step="0.1"
onchange="onChange()"/>
<br/><br/>
<input type="checkbox" id="cutompal" checked onchange="onChange()"/>
<label for="cutompal">Use custom palette</label>
<input type="checkbox" id="custompal" checked onchange="onChange()"/>
<label for="custompal">Use custom palette</label>
<br/><br/>
<input type="number" id="palnum" min="1" max="100" value="16" onchange="onChange()"/>
<label for="palnum">Custom palette colors</label>
Expand Down

0 comments on commit a79d819

Please sign in to comment.