diff options
| author | jasper <jasper92341@hotmail.com> | 2019-02-21 11:20:46 -0800 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-02-21 11:20:46 -0800 |
| commit | 34d723215b05078e19da68cdae5edf9c8f699b87 (patch) | |
| tree | a2eb92d126f70d767fa43223a829c2dd764bd1b6 /src/components/user_finder/user_finder.js | |
| parent | 10990e17159a8b2cb3d6290b654f9c3f2a63c34e (diff) | |
Activate user search text field
Diffstat (limited to 'src/components/user_finder/user_finder.js')
| -rw-r--r-- | src/components/user_finder/user_finder.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_finder/user_finder.js b/src/components/user_finder/user_finder.js index 55c6c402..64209941 100644 --- a/src/components/user_finder/user_finder.js +++ b/src/components/user_finder/user_finder.js @@ -8,6 +8,7 @@ const UserFinder = { methods: { findUser (username) { this.$router.push({ name: 'user-search', query: { query: username } }) + this.$refs.username.focus() }, toggleHidden () { this.hidden = !this.hidden |
