mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Client] Fix bug
This commit is contained in:
parent
3a70e8b096
commit
ae439e3eeb
1 changed files with 1 additions and 1 deletions
|
@ -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('#')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue