Skip to content

Commit 0765352

Browse files
committed
fix regression for #522. #523
1 parent f145bd5 commit 0765352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/video.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
@Watch('locked')
823823
onFocus() {
824824
// focus opens the keyboard on mobile
825-
if (!this.is_touch_device) {
825+
if (this.is_touch_device) {
826826
return
827827
}
828828

0 commit comments

Comments
 (0)