quiet / quiet-js

Transmit data with sound using Web Audio -- Javascript binding for libquiet
BSD 3-Clause "New" or "Revised" License
2.2k stars 151 forks source link

Empty text + click Send makes the button permanently disabled #34

Open lrq3000 opened 4 years ago

lrq3000 commented 4 years ago

There is a small bug when clicking on the Send buttons with no text, the button gets disabled forever, since there is no text to send at all.

This bug happens on the live demo, in the gh-pages branch.

BTW, I think this should be added as an example inside the quiet-js package, because the one provided in the examples folder is quite lacking in terms of functionality.