This commit is contained in:
the-djmaze 2022-04-05 11:06:22 +02:00
parent 093781727a
commit 8c8c414bda
9 changed files with 23 additions and 23 deletions

View file

@ -74,10 +74,10 @@ export class AbstractViewPopup extends AbstractView
/*
beforeShow() {} // Happens before showModal()
onShow() {} // Happens after showModal()
afterShow() {} // Happens after showModal() animation transitionend
onHide() {} // Happens before animation transitionend
afterHide() {} // Happens after animation transitionend
onShow() {} // Happens after showModal()
afterShow() {} // Happens after showModal() animation transitionend
onHide() {} // Happens before animation transitionend
afterHide() {} // Happens after animation transitionend
close() {}
*/