From 24c3c758a887283de86efffb7c486e020a365485 Mon Sep 17 00:00:00 2001 From: Marlon Date: Thu, 16 Jul 2026 22:17:50 +0200 Subject: [PATCH] Preserve asset list binding during Go To Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- FModel/Views/SearchView.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FModel/Views/SearchView.xaml.cs b/FModel/Views/SearchView.xaml.cs index bdc78020..03f00224 100644 --- a/FModel/Views/SearchView.xaml.cs +++ b/FModel/Views/SearchView.xaml.cs @@ -174,7 +174,7 @@ public partial class SearchView try { WindowState = WindowState.Minimized; - MainWindow.YesWeCats.AssetsListName.ItemsSource = null; +MainWindow.YesWeCats.AssetsListName.ClearValue(ItemsControl.ItemsSourceProperty); var folder = await _applicationView.CustomDirectories.GoToCommand.JumpToAsync(entry.Directory); if (folder == null) return;