mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-22 09:48:11 +00:00
build
This commit is contained in:
parent
c1be894d35
commit
21b6479dbe
@ -32,7 +32,7 @@
|
|||||||
"@electron-forge/maker-squirrel": "^6.0.1",
|
"@electron-forge/maker-squirrel": "^6.0.1",
|
||||||
"@electron-forge/maker-zip": "^6.0.1",
|
"@electron-forge/maker-zip": "^6.0.1",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"electron": "^21.2.2",
|
"electron": "^22.0.0-beta.5",
|
||||||
"electron-builder": "^23.6.0",
|
"electron-builder": "^23.6.0",
|
||||||
"electron-notarize": "^1.2.2",
|
"electron-notarize": "^1.2.2",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
|
|||||||
2
public/js/build/165.js
vendored
2
public/js/build/165.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/382.js
vendored
2
public/js/build/382.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/530.js
vendored
2
public/js/build/530.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/878.js
vendored
2
public/js/build/878.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
4c609e44cfb56252
|
484f9fc9df856673
|
||||||
|
|||||||
@ -453,7 +453,6 @@ export default {
|
|||||||
if (val) {
|
if (val) {
|
||||||
this.$emit('on-focus')
|
this.$emit('on-focus')
|
||||||
this.hidePopover()
|
this.hidePopover()
|
||||||
this.updateEmojiQuick(this.value)
|
|
||||||
if (this.isSpecVersion) {
|
if (this.isSpecVersion) {
|
||||||
// ios11.0-11.3 对scrollTop及scrolIntoView解释有bug
|
// ios11.0-11.3 对scrollTop及scrolIntoView解释有bug
|
||||||
// 直接执行会导致输入框滚到底部被遮挡
|
// 直接执行会导致输入框滚到底部被遮挡
|
||||||
@ -466,6 +465,9 @@ export default {
|
|||||||
}
|
}
|
||||||
}, 200);
|
}, 200);
|
||||||
}
|
}
|
||||||
|
this.$nextTick(_ => {
|
||||||
|
this.updateEmojiQuick(this.value)
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$emit('on-blur')
|
this.$emit('on-blur')
|
||||||
}
|
}
|
||||||
@ -728,7 +730,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.emojiQuickShow = false
|
this.emojiQuickShow = false
|
||||||
}, 100)
|
}, 200)
|
||||||
},
|
},
|
||||||
|
|
||||||
setText(value) {
|
setText(value) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user