update forms
This commit is contained in:
parent
379192f38f
commit
e1be36979d
17 changed files with 79 additions and 77 deletions
|
@ -92,6 +92,7 @@ element.
|
|||
},
|
||||
|
||||
_renderOpened: function() {
|
||||
this.cancelAnimation();
|
||||
if (this.withBackdrop) {
|
||||
this.backdropElement.open();
|
||||
}
|
||||
|
@ -99,6 +100,7 @@ element.
|
|||
},
|
||||
|
||||
_renderClosed: function() {
|
||||
this.cancelAnimation();
|
||||
if (this.withBackdrop) {
|
||||
this.backdropElement.close();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue