> 19 > actionsRow.selectedAction.trigger(actionsRow.listItemIndex >= 0 ? > actionsRow.listItemIndex : null); > 20 actionsRow.selectedAction = null; > > should this be guarded by if (parameterType == Integer) ?
Action.trigger() handles that.
« Back to merge proposal
> 19 selectedAction. trigger( actionsRow. listItemIndex >= 0 ? listItemIndex : null); selectedAction = null;
> actionsRow.
> actionsRow.
> 20 actionsRow.
>
> should this be guarded by if (parameterType == Integer) ?
Action.trigger() handles that.