We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5514b commit 86901caCopy full SHA for 86901ca
1 file changed
src/Classes/GemSelectControl.lua
@@ -910,7 +910,3 @@ function GemSelectClass:OnKeyUp(key)
910
local newSel = self.EditControl:OnKeyUp(key)
911
return newSel == self.EditControl and self or newSel
912
end
913
-
914
-function GemSelectClass:UpdateIndex(index)
915
- self.index = index
916
-end
0 commit comments