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