Skip to content
Snippets Groups Projects
Unverified Commit 2f901da5 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent cb866387
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ export default Vue.extend({
}).then(async ({ canceled, result: query }) => {
if (canceled) return;
const q = this.q.trim();
const q = query.trim();
if (q.startsWith('@')) {
this.$router.push(`/${q}`);
} else if (q.startsWith('#')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment