diff --git a/client/src/components/video.vue b/client/src/components/video.vue index 229eff57..a420c974 100644 --- a/client/src/components/video.vue +++ b/client/src/components/video.vue @@ -822,7 +822,7 @@ @Watch('locked') onFocus() { // focus opens the keyboard on mobile - if (!this.is_touch_device) { + if (this.is_touch_device) { return }