We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74010bb commit 07c933fCopy full SHA for 07c933f
lib/pages/chat_edit.dart
@@ -138,6 +138,7 @@ class ChatEditPage extends StatelessWidget {
138
onChanged: (value) {
139
// controller.settings.apiKey = value;
140
controller.currentSession.name = value;
141
+ titleEditingController.text = value;
142
// controller.update();
143
},
144
),
@@ -163,6 +164,7 @@ class ChatEditPage extends StatelessWidget {
163
164
maxLines: 4,
165
166
controller.currentSession.promptContent = value;
167
+ promptEditingController.text = value;
168
169
170
0 commit comments