mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-01-06 04:11:53 +00:00
fix(flutter_desktop): add forgotten call to update text cell (#6668)
This commit is contained in:
parent
74165ace0f
commit
fbe87cc536
@ -83,6 +83,7 @@ class _TextCellState extends State<TextCardCell> {
|
||||
if (!focusNode.hasFocus) {
|
||||
widget.editableNotifier?.isCellEditing.value = false;
|
||||
cellBloc.add(const TextCellEvent.enableEdit(false));
|
||||
cellBloc.add(TextCellEvent.updateText(_textEditingController.text));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user