mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +01:00
broke up a long line
This commit is contained in:
parent
5a95c42937
commit
137ca87668
@ -133,7 +133,9 @@ export class CiphersComponent {
|
|||||||
if (select) {
|
if (select) {
|
||||||
this.selectAll(false);
|
this.selectAll(false);
|
||||||
}
|
}
|
||||||
const selectCount = select && this.ciphers.length > this.maxCheckedCount ? this.maxCheckedCount : this.ciphers.length;
|
const selectCount = select && this.ciphers.length > this.maxCheckedCount
|
||||||
|
? this.maxCheckedCount
|
||||||
|
: this.ciphers.length;
|
||||||
for (let i = 0; i < selectCount; i++) {
|
for (let i = 0; i < selectCount; i++) {
|
||||||
this.checkCipher(this.ciphers[i], select);
|
this.checkCipher(this.ciphers[i], select);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user