Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Aug 8, 2024
1 parent bae3ddb commit 9e83e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ document.querySelector('#action').addEventListener('click',function(e){
if(textArea.style.display === 'none'){
textArea.style.display = null;
outputContainer.style.display = 'none';
output.innerHTML = '';
e.target.innerText = 'Convert';
return;
}
Expand Down

0 comments on commit 9e83e7e

Please sign in to comment.