Skip to content

Commit 5f06de0

Browse files
committed
feat(desktop): discover category independent page
1 parent b96a02a commit 5f06de0

File tree

4 files changed

+284
-381
lines changed

4 files changed

+284
-381
lines changed

apps/desktop/layer/renderer/src/modules/app-layout/subview/index.electron.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function SubviewLayout() {
6262
if (prevLocation.pathname === location.pathname) {
6363
navigate({ pathname: "" })
6464
} else {
65-
navigate(prevLocation)
65+
navigate(-1)
6666
}
6767
}
6868
useHotkeys("esc", backHandler)

0 commit comments

Comments
 (0)