We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdf79e commit b52bef1Copy full SHA for b52bef1
votingUtils.lua
@@ -321,6 +321,7 @@ function EU:OnEnable()
321
self.Log("Enabled", self.version)
322
self:SetupComms()
323
-- Get the voting frame
324
+ ---@class RCVotingFrame
325
self.votingFrame = addon:GetActiveModule("votingframe")
326
-- Crap a copy of the cols
327
self.originalCols = { unpack(self.votingFrame.scrollCols) }
@@ -505,7 +506,7 @@ function EU:SetupColumns()
505
506
found = true
507
end
508
- if not found then
509
+ if not found then
510
self.Log:D("Found 3rd party col:", v.colName)
511
tinsert(cols, v)
512
cols[#cols].pos = i
0 commit comments