mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-27 09:02:43 +00:00
(js) Fix selection of card
The previous card was incorrectly highlighted when revisiting an addressbook.
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
return addressbook.id == $stateParams.addressbookId;
|
||||
});
|
||||
if (addressbook) {
|
||||
addressbook.selectedCard = false;
|
||||
addressbook.$reload();
|
||||
return addressbook;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user