ingame/giftinventory/keyboard/giftinventoryview_keyboard.lua:30 -- headerIcon:SetHandler("OnMouseUp", function(control, button, upInside)
if button == MOUSE_BUTTON_INDEX_LEFT and upInside then
self.blastParticleSystem:Stop()
self.blastParticleSystem:Start()
end
end)