lavolp3 / MMM-Keyboard

A MagicMirror module displaying a virtual keyboard for touch devices. The keyboard can be used to send any input to other modules.
MIT License
4 stars 3 forks source link

Missing clear of input after send #2

Closed rafhtl closed 4 years ago

rafhtl commented 4 years ago

Hi great work! thanks

you should add after line 90

this.keyboard.clearInput();

else it will not clear the keyboards input

thanks

lavolp3 commented 4 years ago

Thanks! Should be solved with latest commit. Otherwise please re-open this.