mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: close emoji picker window on page switch
This commit is contained in:
parent
46f69ee00d
commit
f4a62209df
@ -52,6 +52,12 @@ class _EmojiStyleButtonState extends State<FlowyEmojiStyleButton> {
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
_entry.remove();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
// @override
|
||||
// void didUpdateWidget(covariant FlowyEmojiStyleButton oldWidget) {
|
||||
// super.didUpdateWidget(oldWidget);
|
||||
|
Loading…
Reference in New Issue
Block a user