1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

search and move dropdown button

This commit is contained in:
Kyle Spearrin
2018-06-06 23:00:57 -04:00
parent ecddc1691f
commit 0fb66e247a
6 changed files with 51 additions and 31 deletions

View File

@@ -128,6 +128,10 @@ export class VaultComponent implements OnInit {
this.go();
}
filterSearchText(searchText: string) {
this.ciphersComponent.searchText = searchText;
}
editCipherAttachments(cipher: CipherView) {
if (this.modal != null) {
this.modal.close();