mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-06 21:34:08 +08:00
fix: 修复多选图片无法复制的问题
This commit is contained in:
parent
7893bbea48
commit
a1fcb6868e
@ -13,5 +13,6 @@ window.exports = {
|
|||||||
crypto,
|
crypto,
|
||||||
listener,
|
listener,
|
||||||
clipboard,
|
clipboard,
|
||||||
time
|
time,
|
||||||
|
Buffer
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,8 @@ const {
|
|||||||
crypto,
|
crypto,
|
||||||
listener,
|
listener,
|
||||||
clipboard,
|
clipboard,
|
||||||
time
|
time,
|
||||||
|
Buffer
|
||||||
} = window.exports
|
} = window.exports
|
||||||
import setting from './readSetting'
|
import setting from './readSetting'
|
||||||
|
|
||||||
|
@ -231,7 +231,6 @@ onMounted(() => {
|
|||||||
// macOS且监听器启动失败时
|
// macOS且监听器启动失败时
|
||||||
let prev = {}
|
let prev = {}
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
console.log('interval')
|
|
||||||
const now = window.db.dataBase.data[0]
|
const now = window.db.dataBase.data[0]
|
||||||
if (prev?.id === now?.id) {
|
if (prev?.id === now?.id) {
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user