Skip to content

Commit

Permalink
fix(home-mode): turn click to double click
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 8, 2020
1 parent 62275dd commit 61a8872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/manager/homeMode/homeMode.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ConnectionService } from '../../connection.service';
<app-home-view-remote
[easyMode]="true"
[title]="remote"
(click)="jump.emit({ remote: remote })"
(dblclick)="jump.emit({ remote: remote })"
>
</app-home-view-remote>
</div>
Expand Down

0 comments on commit 61a8872

Please sign in to comment.