Fix flipper issue

This commit is contained in:
Tanya Fomina 2024-05-04 18:21:44 +03:00
parent c4c17e20ab
commit 19c94f9e94

View file

@ -140,10 +140,10 @@ export class PopoverDesktop extends PopoverAbstract {
public hide(): void {
super.hide();
this.flipper.deactivate();
this.destroyNestedPopoverIfExists();
this.flipper.deactivate();
this.previouslyHoveredItem = null;
}