1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

double click to launch cipher

This commit is contained in:
Kyle Spearrin
2018-04-10 23:28:50 -04:00
parent 2ad34c5119
commit 1e1aca2db3
6 changed files with 82 additions and 12 deletions

View File

@@ -34,7 +34,8 @@
</div>
<div class="box-content">
<app-ciphers-list [ciphers]="searchedCiphers" title="{{'viewItem' | i18n}}"
(onSelected)="selectCipher($event)"></app-ciphers-list>
(onSelected)="selectCipher($event)"
(onDoubleSelected)="launchCipher($event)"></app-ciphers-list>
</div>
</div>
</ng-container>