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