Skip to content

Commit

Permalink
Revert "Partial fix for auto-hiding taskbar (#4)"
Browse files Browse the repository at this point in the history
This reverts commit e70171d.
  • Loading branch information
srwi committed Nov 13, 2020
1 parent 9e8fe95 commit fc8da93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EverythingToolbar/ToolbarControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ private void SearchBox_TextChanged(object sender, TextChangedEventArgs e)
return;
}

FocusSearchBox(null, null);
searchResultsPopup.Open(taskbarEdge);
StartSearch(searchBox.Text);
}
Expand Down

0 comments on commit fc8da93

Please sign in to comment.