Bladeren bron

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

OpenHands 1 jaar geleden
bovenliggende
commit
27cd507cd2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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);
               }}
             >