修复bug

This commit is contained in:
shenjianxing 2024-12-23 11:48:09 +08:00
parent efb2195571
commit f070adfade
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
using static UnityEditor.Progress;
namespace QFramework
{

View File

@ -54,6 +54,7 @@ public class UIShowAction : IAction
else
{
UIKit.ClosePanel(ActionHelper.typeDict[uiName]);
this.Finish();
}
}