WebUI: fix error when opening the same dialog twice

PR #22139.
This commit is contained in:
Chocobo1 2025-01-12 21:18:41 +08:00 committed by GitHub
commit 11991e62f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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