mirror of https://github.com/zulip/zulip.git
giphy: Clear gifs_grid variable after hiding popover.
This commit is contained in:
parent
94b2f6e232
commit
fe982e4105
|
@ -164,6 +164,7 @@ export function hide_giphy_popover() {
|
|||
active_popover_element.popover("destroy");
|
||||
active_popover_element = undefined;
|
||||
edit_message_id = undefined;
|
||||
gifs_grid = undefined;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue