Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeInferno64 authored Nov 22, 2024
1 parent 9ebc6cf commit e5bdec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ document.addEventListener("DOMContentLoaded", (e) => {
// Set browser icons
setBrowserIcon(name);
wordsCount.innerText = `Total Words: ${textInput.innerText.length}`;
//textInput.focus();
textInput.focus();

// Check if browser supports Web File System API
if (!window.showSaveFilePicker) {
Expand Down

0 comments on commit e5bdec5

Please sign in to comment.