mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Small bugfix for the folder editor popup
This commit is contained in:
parent
72b481f9c4
commit
72815f842e
3 changed files with 4 additions and 10 deletions
|
|
@ -485,10 +485,6 @@ export class FolderModel extends AbstractModel {
|
|||
showScreenPopup(FolderPopupView, [this]);
|
||||
}
|
||||
|
||||
unedit() {
|
||||
this.editing(false);
|
||||
}
|
||||
|
||||
rename() {
|
||||
const folder = this,
|
||||
nameToEdit = folder.nameForEdit().trim();
|
||||
|
|
@ -520,8 +516,6 @@ export class FolderModel extends AbstractModel {
|
|||
+ '.\n' + error.message);
|
||||
});
|
||||
}
|
||||
|
||||
folder.editing(false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue