Explorar o código

:bug: 目录风格改变时跳转到圣典栏目 #1108

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
351c4e485f
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      dashboard/src/pages/library/community/list.tsx

+ 0 - 3
dashboard/src/pages/library/community/list.tsx

@@ -27,9 +27,6 @@ const Widget = () => {
           <div style={{ height: "100vh", overflowY: "auto" }}>
             <BookTree
               multiSelectable={false}
-              onRootChange={(root: string) =>
-                navigate("/palicanon/list/" + root)
-              }
               onChange={(key: string[], path: string[]) => {
                 if (key.length > 0) {
                   setTags(key[0].split(","));