mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
ES2020
This commit is contained in:
parent
cab81d5214
commit
ad417c743e
1 changed files with 1 additions and 2 deletions
|
|
@ -481,8 +481,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
if (SettingsUserStore.replySameFolder()) {
|
||||
if (
|
||||
3 === arrayLength(this.aDraftInfo) &&
|
||||
null != this.aDraftInfo[2] &&
|
||||
this.aDraftInfo[2].length
|
||||
this.aDraftInfo[2]?.length
|
||||
) {
|
||||
sSentFolder = this.aDraftInfo[2];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue