Skip to content

Commit

Permalink
fix tap_action for app icons
Browse files Browse the repository at this point in the history
fixes #52
  • Loading branch information
iantrich authored Oct 20, 2020
1 parent 634ce0a commit 42bb6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/roku-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class RokuCard extends LitElement {
.app=${this._config.apps[index].app}
icon=${this._config.apps[index].icon!}
title=${this._config.apps[index].app!}
.config=${this._config.apps[index]}
@action=${this._handleAction}
.actionHandler=${actionHandler({
hasHold: hasAction(this._config.apps[index].hold_action),
Expand Down

0 comments on commit 42bb6ce

Please sign in to comment.