fix: 修复多选图片无法复制的问题

This commit is contained in:
ZiuChen 2022-09-24 17:17:06 +08:00
parent 7893bbea48
commit a1fcb6868e
3 changed files with 4 additions and 3 deletions

View File

@ -13,5 +13,6 @@ window.exports = {
crypto,
listener,
clipboard,
time
time,
Buffer
}

View File

@ -7,7 +7,8 @@ const {
crypto,
listener,
clipboard,
time
time,
Buffer
} = window.exports
import setting from './readSetting'

View File

@ -231,7 +231,6 @@ onMounted(() => {
// macOS
let prev = {}
setInterval(() => {
console.log('interval')
const now = window.db.dataBase.data[0]
if (prev?.id === now?.id) {
} else {