chore: remove comment (redeploy)

This commit is contained in:
Adam
2025-12-02 13:49:48 -06:00
parent 3b10de4a28
commit b308503ab5

View File

@@ -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://", ""))