Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasinrabiee authored Nov 17, 2024
1 parent 108f16b commit 2c6fe6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ textarea.on('paste', function() {
$('#result').html(text);
},10);
$(`#dotless_container, #removeSpace_container`).show();
changeScroll();
});

fileInput.addEventListener('change', (e) =>{
Expand Down

0 comments on commit 2c6fe6a

Please sign in to comment.