mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-02 18:20:10 +00:00
fix: view title doesn't update after renaming from 'more' button (#6309)
This commit is contained in:
parent
12c575dbbe
commit
7e0de1f69c
@ -77,7 +77,7 @@ class _DocumentImmersiveCoverState extends State<DocumentImmersiveCover> {
|
||||
child: BlocConsumer<DocumentImmersiveCoverBloc,
|
||||
DocumentImmersiveCoverState>(
|
||||
listener: (context, state) {
|
||||
if (textEditingController.text.isEmpty) {
|
||||
if (textEditingController.text != state.name) {
|
||||
textEditingController.text = state.name;
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user