mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
Merge pull request #531 from moksh-mahajan/CloseEmojiPickerOnPageSwitch
Close emoji picker window on page switch
This commit is contained in:
commit
523caca2ea
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue