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 f9c4f20 commit e609725Copy full SHA for e609725
lib/pages/chat_edit.dart
@@ -138,7 +138,7 @@ class ChatEditPage extends StatelessWidget {
138
onChanged: (value) {
139
// controller.settings.apiKey = value;
140
controller.currentSession.name = value;
141
- titleEditingController.text = value;
+ // titleEditingController.text = value;
142
// controller.update();
143
},
144
),
@@ -164,7 +164,7 @@ class ChatEditPage extends StatelessWidget {
164
maxLines: 4,
165
166
controller.currentSession.promptContent = value;
167
- promptEditingController.text = value;
+ // promptEditingController.text = value;
168
169
170
0 commit comments