Skip to content

Commit

Permalink
chore: more ai ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardshiue committed Nov 15, 2024
1 parent 9138787 commit 13a6028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class _MobileAIPromptInputState extends State<MobileAIPromptInput> {
child: IntrinsicHeight(
child: Row(
children: [
const HSpace(6.0),
const HSpace(8.0),
Expanded(child: _inputTextField(context)),
_mentionButton(),
const HSpace(6.0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class _AppFlowyEditorMarkdownState extends State<_AppFlowyEditorMarkdown> {
shrinkWrap: true,
// the editor is not editable in the chat
editable: false,
disableKeyboardService: true,
editorStyle: editorStyle,
editorScrollController: scrollController,
blockComponentBuilders: blockBuilders,
Expand Down

0 comments on commit 13a6028

Please sign in to comment.