ingame/chatsystem/pc/chatsystem.lua:14 -- self.newWindowTab:SetHandler("OnMouseUp", function(tab, button, isUpInside) if isUpInside and not ZO_TabButton_IsDisabled(self.newWindowTab) then self.system:CreateNewChatTab(self) end ZO_TabButton_Unselect(tab) end)