Skip to content

Commit

Permalink
fix: disable more function
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Jan 27, 2025
1 parent 9ddd676 commit 255eab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Skins/Addons/Auctionator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ function S:Auctionator()
tryPostHook("AuctionatorConfigMoneyInputMixin", "OnLoad", configMoneyInput)
tryPostHook("AuctionatorConfigNumericInputMixin", "OnLoad", configNumericInput)
tryPostHook("AuctionatorConfigRadioButtonGroupMixin", "SetupRadioButtons", configRadioButtonGroup)
tryPostHook("AuctionatorDropDownInternalMixin", "Initialize", dropDownInternal)
-- tryPostHook("AuctionatorDropDownInternalMixin", "Initialize", dropDownInternal)
-- tryPostHook("AuctionatorFilterKeySelectorMixin", "OnLoad", filterKeySelector)
tryPostHook("AuctionatorKeyBindingConfigMixin", "OnLoad", keyBindingConfig)
tryPostHook("AuctionatorResultsListingMixin", "OnShow", resultsListing)
Expand Down

0 comments on commit 255eab1

Please sign in to comment.