ingame/housetours/keyboard/housetours_managelistings_keyboard.lua:216 -- self.removeButton:SetHandler("OnClicked", function(buttonControl, button)
if button == MOUSE_BUTTON_INDEX_LEFT then
local selectedListingData = HOUSE_TOURS_PLAYER_LISTINGS_MANAGER:GetListingDataByCollectibleId(self.selectedCollectibleId)
--TODO House Tours: Do we want a confirmation dialog for this case?
if selectedListingData then
RequestDeleteHouseToursListing(selectedListingData:GetHouseId())
end
end
end)