mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: removed .then() handler
This commit is contained in:
parent
f4fa185976
commit
96cdb82ca4
1 changed files with 1 additions and 4 deletions
|
|
@ -21,11 +21,8 @@ extension IntoDialog on Widget {
|
|||
child: this,
|
||||
),
|
||||
context,
|
||||
).then(
|
||||
(value) {
|
||||
dialogFocusNode.dispose();
|
||||
},
|
||||
);
|
||||
dialogFocusNode.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue