mirror of
https://github.com/4sval/FModel.git
synced 2026-08-05 18:57:19 -05:00
Preserve asset list binding during Go To
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0b507d94f8
commit
24c3c758a8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user