parent
f145bd58c9
commit
0765352abd
1 changed files with 1 additions and 1 deletions
|
|
@ -822,7 +822,7 @@
|
||||||
@Watch('locked')
|
@Watch('locked')
|
||||||
onFocus() {
|
onFocus() {
|
||||||
// focus opens the keyboard on mobile
|
// focus opens the keyboard on mobile
|
||||||
if (!this.is_touch_device) {
|
if (this.is_touch_device) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue