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
parent 82d90e599c
commit 11991e62f5
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