@ -343,7 +343,6 @@ local methods = {
end,
---@param self Diesal.GUI.Object.DropDown
ToggleDropDown = function(self)
print("ToggleDropDown", self.dropdown:IsShown())
if self.dropdownShown then
self:HideDropDown()
else