Skip to content

Commit

Permalink
fix: unable to find 'noti.mp3'; conversation doesn't scroll to the to…
Browse files Browse the repository at this point in the history
…p on new action
  • Loading branch information
MeewMeew committed Oct 14, 2023
1 parent bd356bc commit 1d4c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Messenger/Messenger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { formatTimeAgo } from '@vueuse/core'
import { map, some, sortBy, uniqBy } from 'lodash'
import { storeToRefs } from 'pinia'
import Avatar from 'primevue/avatar'
import { computed, onMounted, onUpdated, ref } from 'vue'
import { computed, onMounted, ref } from 'vue'
import { useRouter } from 'vue-router'
import { Friend, Messenger } from '@/database'
Expand Down

0 comments on commit 1d4c414

Please sign in to comment.