mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: clicking on option capsule will now create and select the new option value
This commit is contained in:
parent
a384404814
commit
4f250a9130
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ class _CreateOptionCell extends StatelessWidget {
|
|||
SelectOptionTag(
|
||||
name: name,
|
||||
color: theme.shader6,
|
||||
onSelected: () => context.read<SelectOptionCellEditorBloc>().add(SelectOptionEditorEvent.newOption(name)),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue