зеркало из https://github.com/mozilla/pjs.git
Disable annoying 'beep' when pressing enter in the url bar. Not part of the build.
This commit is contained in:
Родитель
438e62499b
Коммит
abdc54e48b
|
@ -175,6 +175,7 @@ namespace MSDotNETCSEmbed
|
|||
{
|
||||
case '\r':
|
||||
gecko1.OpenURL(urlBar.Text);
|
||||
e.Handled = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче