diff --git a/osu.Framework/Graphics/Cursor/PopoverContainer.cs b/osu.Framework/Graphics/Cursor/PopoverContainer.cs index 87cb32cc5d..fc210adb83 100644 --- a/osu.Framework/Graphics/Cursor/PopoverContainer.cs +++ b/osu.Framework/Graphics/Cursor/PopoverContainer.cs @@ -19,6 +19,7 @@ public partial class PopoverContainer : Container private readonly Container dismissOnMouseDownContainer; private IHasPopover? target; + public IHasPopover? CurrentTarget => target; private Popover? currentPopover; protected override Container Content => content;