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 3f3e88e commit 5c87546Copy full SHA for 5c87546
lib/src/view/analysis/analysis_share_screen.dart
@@ -162,6 +162,11 @@ class _EditPgnTagsFormState extends ConsumerState<_EditPgnTagsForm> {
162
builder: (context) {
163
return FilledButton(
164
onPressed: () {
165
+ for (final entry in pgnHeaders.entries) {
166
+ ref
167
+ .read(ctrlProvider.notifier)
168
+ .updatePgnHeader(entry.key, _controllers[entry.key]!.text);
169
+ }
170
launchShareDialog(
171
context,
172
ShareParams(
0 commit comments