mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 04:08:32 +00:00
disable focus for mobile
This commit is contained in:
parent
7d4c586fe4
commit
f908cb437e
1 changed files with 2 additions and 2 deletions
|
|
@ -789,8 +789,8 @@ export default {
|
|||
},
|
||||
selectedChannelID() {
|
||||
this.$nextTick(() => {
|
||||
this.$refs["input-box"].focus();
|
||||
})
|
||||
if (!isMobile) this.$refs["input-box"].focus();
|
||||
});
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue