Small Dropdown fix

This commit is contained in:
Robert Jelic
2025-03-04 10:37:42 +01:00
parent c0b404d0cd
commit 007ccfbdb5
3 changed files with 45 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ List.defineProperty(List, "selectedBackground", {default = colors.blue, type = "
---@property selectedForeground color white Text color for selected items
List.defineProperty(List, "selectedForeground", {default = colors.white, type = "color"})
---@event onSelect {index number, item any} Fired when an item is selected
---@event onSelect {index number, item table} Fired when an item is selected
List.defineEvent(List, "mouse_click")
List.defineEvent(List, "mouse_scroll")