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