mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup eslint
This commit is contained in:
parent
5a3745a8ca
commit
87a56f5341
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ class MessageOpenPgpPopupView extends AbstractViewPopup {
|
|||
node.textContent = el === node ? '⦿' : '○'
|
||||
);
|
||||
|
||||
self.selectedKey(ko.dataFor(el)); // eslint-disable-line no-invalid-this
|
||||
self.selectedKey(ko.dataFor(el));
|
||||
|
||||
// this.querySelector('.inputPassword').focus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue