You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I use Hacker-Typer on Firefox with the option "Search for text when I start typing" enabled, the search bar opens as soon as I type anything and of course, this prevents me to use Hacker-Typer.
AFAIK the workaround is simple : you juste have to add event.preventDefault() after line 9 of script.js.
Many thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello,
when I use Hacker-Typer on Firefox with the option "Search for text when I start typing" enabled, the search bar opens as soon as I type anything and of course, this prevents me to use Hacker-Typer.
AFAIK the workaround is simple : you juste have to add
event.preventDefault()
after line 9 of script.js.Many thanks in advance !
The text was updated successfully, but these errors were encountered: