Code review comment for lp://staging/~zsombi/ubuntu-ui-toolkit/60-action-value-type

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 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