Skip to content

Commit

Permalink
feat: fix issue with back button not working in mobile messages
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jan 4, 2022
1 parent dd2f8d0 commit ae99d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Messages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Current Conversation -->
<div class="messages" :class="{ 'is__active' : selectedConversationId }">
<div class="action-bar">
<a href="" class="to__messages" @click="selectedConversationId = null">
<a href="" class="to__messages" @click="reload()">
<svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<title></title>
<path d="M24,38.83,4.59,19.41a2,2,0,0,1,2.82-2.82L24,33.17,40.59,16.59a2,2,0,0,1,2.82,2.82Z"/>
Expand Down

0 comments on commit ae99d0d

Please sign in to comment.