Skip to content

Commit 6e850ab

Browse files
appflowyLucasXu0
andauthored
refactor: extract event handler (#7908)
Co-authored-by: Lucas.Xu <[email protected]>
1 parent 370b571 commit 6e850ab

File tree

2 files changed

+487
-410
lines changed

2 files changed

+487
-410
lines changed

frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_bloc.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ class ChatBloc extends Bloc<ChatEvent, ChatState> {
500500
}
501501

502502
await _streamManager.prepareStreams();
503-
504503
await _streamManager
505504
.sendRegenerateRequest(
506505
answerMessageId,

0 commit comments

Comments
 (0)