mirror of
https://github.com/penpot/penpot.git
synced 2026-03-14 22:46:00 +00:00
Guard get-option fallback with (when (seq options) ...) to avoid "No item 0 in vector of length 0" when options is an empty vector. Also guard the selected-option memo in select* to mirror the same pattern already present in combobox*. Signed-off-by: Andrey Antukh <niwi@niwi.nz>