{ if (!opened) { opened = true showPopup(DropdownRecordPopup, { items, selected }, tool, (result) => { if (result != null) { dispatch('select', result) } opened = false }) } }} >