From 66ba9c8a778fa02aa9d52e9f5ad07adeff9211c5 Mon Sep 17 00:00:00 2001 From: CortexCore <2630229280@qq.com> Date: Sat, 3 Aug 2024 17:50:16 +0800 Subject: [PATCH] 1 --- Src/Unity/Scripts/UX/Service/UXService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/Unity/Scripts/UX/Service/UXService.cs b/Src/Unity/Scripts/UX/Service/UXService.cs index d459a6e..b5d4f1a 100644 --- a/Src/Unity/Scripts/UX/Service/UXService.cs +++ b/Src/Unity/Scripts/UX/Service/UXService.cs @@ -150,7 +150,6 @@ namespace BITKit.UX if (nextPanel.IsWindow) { WindowEntryGruop.Entry(nextPanel); - History.Push(CurrentPanel); return; } WindowEntryGruop.Entry(-1);