mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-24 12:29:01 +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() {
|
selectedChannelID() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs["input-box"].focus();
|
if (!isMobile) this.$refs["input-box"].focus();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue