diff --git a/handlers/application/menuhandler.go b/handlers/application/menuhandler.go index 53ada39..2284502 100644 --- a/handlers/application/menuhandler.go +++ b/handlers/application/menuhandler.go @@ -129,6 +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{} } sessionId, ok := ctx.Value("SessionId").(string)