Skip to content

Commit

Permalink
chat he's stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Nov 11, 2023
1 parent 85a37c6 commit c1844e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dialogue.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import SizingTool from '../components/SizingTool.astro';
});

document.querySelectorAll('#rlc')[0].addEventListener('click', () => {
if (document.getElementById('lbg').value.trim() <= 0) return;
if (document.getElementById('lcr').value.trim() <= 0) return;
char.src = document.getElementById('lcr').value;
char.onload = function(e) {
chpos = [(1080 - char.width) / 2, char.height > 1080 ? 0 : 1080 - char.height];
Expand Down

0 comments on commit c1844e8

Please sign in to comment.