You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take this example, caused by someone hitting enter before they've finished their whole post.
Ignore for the moment the rathole of enter-as-newline vs enter-as-send.
If we have adjacent chitchat posts from the same user within a short period of time then it would make sense to display them as a single post which combines them, with a line break between.
The relevant code is in pages/chitchat/[[id].vue around line 335. Need to make sure that the use of scroll-to in that page works, though.
The text was updated successfully, but these errors were encountered:
Take this example, caused by someone hitting enter before they've finished their whole post.
Ignore for the moment the rathole of enter-as-newline vs enter-as-send.
If we have adjacent chitchat posts from the same user within a short period of time then it would make sense to display them as a single post which combines them, with a line break between.
The relevant code is in
pages/chitchat/[[id].vue
around line 335. Need to make sure that the use ofscroll-to
in that page works, though.The text was updated successfully, but these errors were encountered: