mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: release/0.1.1 known issues. (#1984)
* fix: #1976 Adding a cover image via upload doesn't work * fix: #1973 Using the mouse to highlight text very easy to miss the first letter * fix: #1962 Disable but still show the AI assistants icon in the toolbar menu when an OpenAI key is not provided * fix: #1964 Text on the UI * fix: #1966 the loading icon too close to the edge * fix: #1967 the summarize feature generates duplicate answers * fix: flutter analyze
This commit is contained in:
parent
ad5213cfad
commit
3686eabcb3
14 changed files with 296 additions and 37 deletions
|
@ -183,9 +183,7 @@ class _AppFlowyEditorPageState extends State<_AppFlowyEditorPage> {
|
|||
],
|
||||
],
|
||||
toolbarItems: [
|
||||
if (openAIKey != null && openAIKey!.isNotEmpty) ...[
|
||||
smartEditItem,
|
||||
]
|
||||
smartEditItem,
|
||||
],
|
||||
themeData: theme.copyWith(extensions: [
|
||||
...theme.extensions.values,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue