Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 22, 2025
1 parent 4e95c8a commit 4bfad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ChatList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export default {
},
changeItem(dto) {
console.log("Replacing item", dto);
// this.transformItem(dto); // not needed here because it resets online and in video
// this.transformItem(dto); // not needed here because it resets online and in video. see applyState()
replaceInArray(this.items, dto);
this.sort(this.items);
this.updateTopAndBottomIds();
Expand Down

0 comments on commit 4bfad9d

Please sign in to comment.