mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 09:56:20 +02:00
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…
Add table
Reference in a new issue