mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: removed .then() handler
This commit is contained in:
parent
f4fa185976
commit
96cdb82ca4
@ -21,11 +21,8 @@ extension IntoDialog on Widget {
|
||||
child: this,
|
||||
),
|
||||
context,
|
||||
).then(
|
||||
(value) {
|
||||
dialogFocusNode.dispose();
|
||||
},
|
||||
);
|
||||
dialogFocusNode.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user