mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup AbstractViewPopup handling
This commit is contained in:
parent
163e926d6b
commit
98d686bc14
2 changed files with 4 additions and 13 deletions
|
|
@ -78,9 +78,10 @@ export class AbstractViewPopup extends AbstractView
|
|||
afterShow() {} // Happens after showModal() animation transitionend
|
||||
onHide() {} // Happens before animation transitionend
|
||||
afterHide() {} // Happens after animation transitionend
|
||||
|
||||
close() {}
|
||||
*/
|
||||
close() {
|
||||
this.modalVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
AbstractViewPopup.showModal = function(params = []) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue