mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: mobile row detail title not being updated (#4507)
This commit is contained in:
parent
2e7a97c8a2
commit
d2cc799861
@ -420,6 +420,7 @@ class _TitleSkin extends IEditableTextCellSkin {
|
||||
fontSize: 23,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
onChanged: (text) => bloc.add(TextCellEvent.updateText(text)),
|
||||
decoration: InputDecoration(
|
||||
contentPadding: const EdgeInsets.symmetric(vertical: 9),
|
||||
border: InputBorder.none,
|
||||
|
Loading…
Reference in New Issue
Block a user