We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf17eb commit 9a2237fCopy full SHA for 9a2237f
src/Files.App.Controls/Omnibar/Omnibar.cs
@@ -219,12 +219,6 @@ internal protected bool TryToggleIsSuggestionsPopupOpen(bool wantToOpen)
219
return false;
220
}
221
222
- if (CurrentSelectedMode is not null)
223
- {
224
- _textBoxSuggestionsListView.ItemTemplate = CurrentSelectedMode.ItemTemplate;
225
- _textBoxSuggestionsListView.ItemsSource = CurrentSelectedMode.ItemsSource;
226
- }
227
-
228
_textBoxSuggestionsPopup.IsOpen = wantToOpen;
229
230
GlobalHelper.WriteDebugStringForOmnibar("The suggestions pop-up is open.");
0 commit comments