diff --git a/src/components/Comment.js b/src/components/Comment.js index e856c52..b13c891 100644 --- a/src/components/Comment.js +++ b/src/components/Comment.js @@ -108,6 +108,7 @@ const YComment = ({ ycomments, commentId, collaboration }) => { ytext.observe((_, tr) => { if (!tr.local) return; ycomments.syncSuggestions(commentId); + ycomments.provider.awareness.setLocalStateField("lastChanged", Date.now()); }); if (ycomments.newLocalComment) {