mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
@@ -84,7 +84,6 @@ function resolveClipboardImageGenerator() {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
clipboardFiles.forEach(item => {
|
clipboardFiles.forEach(item => {
|
||||||
console.log(`Updating ${item.origin} to ${item.dest}`)
|
|
||||||
diffFilesAndUpdate(item.origin, item.dest)
|
diffFilesAndUpdate(item.origin, item.dest)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1045,6 +1045,12 @@ function handleChooseImage(val: boolean, index: number) {
|
|||||||
const id = filterList.value[i].id!
|
const id = filterList.value[i].id!
|
||||||
choosedList[id] = true
|
choosedList[id] = true
|
||||||
}
|
}
|
||||||
|
try {
|
||||||
|
delete choosedList[currentItem.id!]
|
||||||
|
choosedList[currentItem.id!] = val
|
||||||
|
} catch (e) {
|
||||||
|
console.error(e)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
lastChoosed.value = index
|
lastChoosed.value = index
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user