Преглед изворни кода

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);
               }}
             >