update prettierrc (#2723)
This commit is contained in:
@@ -119,9 +119,10 @@ export default sfc({
|
||||
}
|
||||
}
|
||||
},
|
||||
handleBlur() {
|
||||
|
||||
onBlur() {
|
||||
// 修复 ios12 键盘弹起后点击错位的问题
|
||||
// https://developers.weixin.qq.com/community/develop/doc/00044ae90742f8c82fb78fcae56800
|
||||
// 修复ios12键盘弹起后点击错位的问题
|
||||
/* istanbul ignore next */
|
||||
if (isIOS()) {
|
||||
window.scrollTo(0, 0);
|
||||
@@ -155,7 +156,7 @@ export default sfc({
|
||||
required={String(message.required) === '1'}
|
||||
placeholder={this.getPlaceholder(message)}
|
||||
type={this.getType(message)}
|
||||
onBlur={this.handleBlur}
|
||||
onBlur={this.onBlur}
|
||||
/>
|
||||
)))}
|
||||
</CellGroup>
|
||||
|
||||
Reference in New Issue
Block a user