mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-29 16:17:14 +00:00
Merge pull request #7496 from LucasXu0/ai_writer_position_improvement
feat: ensure the ai writer block visible when generating result
This commit is contained in:
commit
459aca5291
@ -366,7 +366,9 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage>
|
||||
contextMenuItems: customContextMenuItems,
|
||||
// customize the header and footer.
|
||||
header: widget.header,
|
||||
|
||||
autoScrollEdgeOffset: UniversalPlatform.isDesktopOrWeb
|
||||
? 250
|
||||
: appFlowyEditorAutoScrollEdgeOffset,
|
||||
footer: GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
@ -375,7 +377,7 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage>
|
||||
},
|
||||
child: SizedBox(
|
||||
width: double.infinity,
|
||||
height: UniversalPlatform.isDesktopOrWeb ? 200 : 400,
|
||||
height: UniversalPlatform.isDesktopOrWeb ? 300 : 400,
|
||||
),
|
||||
),
|
||||
dropTargetStyle: AppFlowyDropTargetStyle(
|
||||
|
||||
@ -90,8 +90,8 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "63e92c1"
|
||||
resolved-ref: "63e92c19f506dab795d6e1829f82e63a073e7f11"
|
||||
ref: "5841b4c"
|
||||
resolved-ref: "5841b4c1bab170da66c52c60977690f2817b8fc4"
|
||||
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
|
||||
source: git
|
||||
version: "5.1.0"
|
||||
|
||||
@ -180,7 +180,7 @@ dependency_overrides:
|
||||
appflowy_editor:
|
||||
git:
|
||||
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
||||
ref: "63e92c1"
|
||||
ref: "5841b4c"
|
||||
|
||||
appflowy_editor_plugins:
|
||||
git:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user