fix regression for #522. #523

This commit is contained in:
Miroslav Šedivý 2025-04-27 09:43:50 +02:00
parent f145bd58c9
commit 0765352abd

View file

@ -822,7 +822,7 @@
@Watch('locked')
onFocus() {
// focus opens the keyboard on mobile
if (!this.is_touch_device) {
if (this.is_touch_device) {
return
}