[PR #1939] [MERGED] Fix/1936 #5029

Closed
opened 2026-03-23 22:16:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1939
Author: @LucasXu0
Created: 3/8/2023
Status: Merged
Merged: 3/9/2023
Merged by: @LucasXu0

Base: mainHead: fix/1936


📝 Commits (5)

  • 5a252bc fix: [Bug] Code block jump skip blank line
  • 302cb82 fix: auto completion interaction
  • 1b06e4f Revert "fix: [Bug] Code block jump skip blank line"
  • 4e81ef5 fix: [Bug] Code block jump skip blank line
  • 62459cd fix: number list parse error

📊 Changes

7 files changed (+75 additions, -26 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart (+21 -20)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart (+13 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/loading.dart (+25 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/example/macos/Podfile.lock (+3 -3)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart (+8 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart (+3 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/code_block/code_block_node_widget.dart (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1939 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/9/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/1936` --- ### 📝 Commits (5) - [`5a252bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a252bcb182b78898bf40be11b7bc2a84dcf4d4f) fix: [Bug] Code block jump skip blank line - [`302cb82`](https://github.com/AppFlowy-IO/AppFlowy/commit/302cb82727de7aa4677ab269dd9bbe7fb7573cbe) fix: auto completion interaction - [`1b06e4f`](https://github.com/AppFlowy-IO/AppFlowy/commit/1b06e4fa5f30b41621bb04588e134408508b4d65) Revert "fix: [Bug] Code block jump skip blank line" - [`4e81ef5`](https://github.com/AppFlowy-IO/AppFlowy/commit/4e81ef56c50a43b64fe7dc252b512431dbb21d16) fix: [Bug] Code block jump skip blank line - [`62459cd`](https://github.com/AppFlowy-IO/AppFlowy/commit/62459cd8b4f4c59a3d5e7822706c6198504b62f3) fix: number list parse error ### 📊 Changes **7 files changed** (+75 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart` (+21 -20) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/auto_completion_node_widget.dart` (+13 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/widgets/loading.dart` (+25 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/example/macos/Podfile.lock` (+3 -3) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart` (+8 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart` (+3 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/code_block/code_block_node_widget.dart` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5029
No description provided.