How to stop button messing with PluginMenu?

I want to stop my button messing with my PluginMenu. I believe the button is causing the issue.

My button is messing with my PluginMenu.

External Media

Tried setting button Active to false.

This is how the PluginMenu is made.

local _tipMenu = plugin:CreatePluginMenu("RoBuilderTip", _tip)
local subMenu = plugin:CreatePluginMenu("RoBuilderTipMenu", _tip)
_tipMenu:AddMenu(subMenu)

Bumping because I’ve still not found a solution.

Can you show where you call _tipMenu.showAsync()? Likely has something to do with that.

Right under the code I posted.