Explorar el Código

chore: remove comment (redeploy)

Adam hace 2 meses
padre
commit
b308503ab5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/desktop/src/pages/session.tsx

+ 0 - 1
packages/desktop/src/pages/session.tsx

@@ -124,7 +124,6 @@ export default function Page() {
   const handleTabClick = async (tab: string) => {
     if (store.clickTimer) {
       resetClickTimer()
-      // local.file.update(file.path, { ...file, pinned: true })
     } else {
       if (tab.startsWith("file://")) {
         local.file.open(tab.replace("file://", ""))