chat-ui icon indicating copy to clipboard operation
chat-ui copied to clipboard

Preventing users from going to other pages during generation.

Open calycekr opened this issue 8 months ago • 3 comments

Shouldn't it be better to prevent users from going to other conversations and the main screen while the answer is being generated? If you go to another screen while an answer is being generated, a bug occurs.

When I click the "New Chat" button during generation, it seems to have some kind of prevention mechanism like isAborted.set(true).

calycekr avatar Jun 26 '24 11:06 calycekr