mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Fix multi-selection of cards in Firefox
This commit is contained in:
@@ -246,6 +246,17 @@
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @function isSelectedCard
|
||||
* @memberof AddressBook.prototype
|
||||
* @desc Check if the specified card is selected.
|
||||
* @param {string} CardId
|
||||
* @returns true if the specified card is selected
|
||||
*/
|
||||
AddressBook.prototype.isSelectedCard = function(cardId) {
|
||||
return this.selectedCard == cardId;
|
||||
};
|
||||
|
||||
/**
|
||||
* @function $selectedCount
|
||||
* @memberof AddressBook.prototype
|
||||
|
||||
Reference in New Issue
Block a user