fix: mobile row detail title not being updated (#4507)

This commit is contained in:
Richard Shiue 2024-01-26 22:23:59 +08:00 committed by GitHub
parent 2e7a97c8a2
commit d2cc799861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,