Update NugetPackageDetails.cs
This commit is contained in:
@@ -68,6 +68,7 @@ public partial class NugetPackageDetails : VBoxContainer
|
|||||||
}).ToList();
|
}).ToList();
|
||||||
await this.InvokeAsync(() =>
|
await this.InvokeAsync(() =>
|
||||||
{
|
{
|
||||||
|
_projectsVBoxContainer.QueueFreeChildren();
|
||||||
foreach (var scene in scenes)
|
foreach (var scene in scenes)
|
||||||
{
|
{
|
||||||
_projectsVBoxContainer.AddChild(scene);
|
_projectsVBoxContainer.AddChild(scene);
|
||||||
|
|||||||
Reference in New Issue
Block a user