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