diff --git a/handlers/application/menuhandler.go b/handlers/application/menuhandler.go index 2284502..941e9bd 100644 --- a/handlers/application/menuhandler.go +++ b/handlers/application/menuhandler.go @@ -129,7 +129,7 @@ func (h *MenuHandlers) Init(ctx context.Context, sym string, input []byte) (reso if len(input) == 0 { // move to the top node h.st.Code = []byte{} - h.st.ExecPath = []string{} + h.st.Restart() } sessionId, ok := ctx.Value("SessionId").(string)