فهرست منبع

Fix issue #4985: [Bug]: Cannot exit the session when on Jupyter or Browser tab in the UI (#4986)

OpenHands 1 سال پیش
والد
کامیت
27cd507cd2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/src/routes/_oh.tsx

+ 1 - 1
frontend/src/routes/_oh.tsx

@@ -243,7 +243,7 @@ export default function MainApp() {
               type="button"
               aria-label="All Hands Logo"
               onClick={() => {
-                if (location.pathname === "/app")
+                if (location.pathname.startsWith("/app"))
                   setStartNewProjectModalIsOpen(true);
               }}
             >