This commit is contained in:
kuaifan 2022-11-16 14:35:25 +08:00
parent c1be894d35
commit 21b6479dbe
7 changed files with 10 additions and 8 deletions

View File

@ -32,7 +32,7 @@
"@electron-forge/maker-squirrel": "^6.0.1",
"@electron-forge/maker-zip": "^6.0.1",
"dotenv": "^16.0.3",
"electron": "^21.2.2",
"electron": "^22.0.0-beta.5",
"electron-builder": "^23.6.0",
"electron-notarize": "^1.2.2",
"form-data": "^4.0.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
4c609e44cfb56252
484f9fc9df856673

View File

@ -453,7 +453,6 @@ export default {
if (val) {
this.$emit('on-focus')
this.hidePopover()
this.updateEmojiQuick(this.value)
if (this.isSpecVersion) {
// ios11.0-11.3 scrollTopscrolIntoViewbug
//
@ -466,6 +465,9 @@ export default {
}
}, 200);
}
this.$nextTick(_ => {
this.updateEmojiQuick(this.value)
})
} else {
this.$emit('on-blur')
}
@ -728,7 +730,7 @@ export default {
}
}
this.emojiQuickShow = false
}, 100)
}, 200)
},
setText(value) {