Removed unnecessary async call.
This commit is contained in:
parent
4e49821644
commit
bd5f7d4293
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ if (typeof __SEB_focusElement === 'undefined') {
|
||||||
|
|
||||||
public void FocusAddressBar()
|
public void FocusAddressBar()
|
||||||
{
|
{
|
||||||
this.Dispatcher.BeginInvoke((Action) (async () =>
|
this.Dispatcher.BeginInvoke((Action) (() =>
|
||||||
{
|
{
|
||||||
this.UrlTextBox.Focus();
|
this.UrlTextBox.Focus();
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Reference in a new issue