Przeglądaj źródła

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

OpenHands 1 rok temu
rodzic
commit
27cd507cd2
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
               }}
             >