mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Remove useless clearPopup() functions
This commit is contained in:
parent
ba895ba887
commit
2a7348081a
9 changed files with 20 additions and 82 deletions
|
|
@ -60,14 +60,10 @@ class FolderCreatePopupView extends AbstractViewPopup {
|
|||
return /^[^\\/]+$/g.test(sName);
|
||||
}
|
||||
|
||||
clearPopup() {
|
||||
onShow() {
|
||||
this.folderName('');
|
||||
this.selectedParentValue('');
|
||||
}
|
||||
|
||||
onShow() {
|
||||
this.clearPopup();
|
||||
}
|
||||
}
|
||||
|
||||
export { FolderCreatePopupView, FolderCreatePopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue