Skip to content

Commit

Permalink
rm short-cirquit
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 23, 2025
1 parent a8d0677 commit 2483c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/MessageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@
return isMessageHash(hash)
},
onFocus() {
return // TODO rm
if (this.chatStore.currentUser && this.items && this.isScrolledToBottom()) {
const bottomNElements = this.items.slice(0, PAGE_SIZE);
axios.post(`/api/chat/${this.chatId}/message/fresh`, bottomNElements, {
Expand Down

0 comments on commit 2483c00

Please sign in to comment.