WebUI: fix error when opening the same dialog twice

This commit is contained in:
Chocobo1 2025-01-07 23:36:31 +08:00
commit d59f59db93
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View file

@ -550,7 +550,7 @@ Element.implement({
morph.cancel();
var oldOptions = morph.options;
}
var morph = this.get('morph',{
var morph = this.retrieve('morph',{
duration:50,
link:'chain'
});

File diff suppressed because one or more lines are too long