Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug report #58

Open
kslamph opened this issue Apr 15, 2024 · 0 comments
Open

bug report #58

kslamph opened this issue Apr 15, 2024 · 0 comments

Comments

@kslamph
Copy link

kslamph commented Apr 15, 2024

   else{
            sound.off()
            if(t > times.wordGap){
                morseOut += letter + "   "
                morseLettersOut += translateToReadable(letter, dialectName) + "  "
                letter = ""
            }
            else if(t > times.letterGap){
                morseOut += letter + " "
                morseLettersOut += translateToReadable(letter, dialectName)
                letter = ""
            }
        }

web/src/pages/AppLogic.jsx
line 65
it should be t>=times.wordGap and t>=times.letterGap instead of >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant