[BUGFIX]修复不正确调用lib.placePoppedDialog引起的问题

This commit is contained in:
kuangthree 2023-10-10 22:28:58 +08:00
parent 2debb92e61
commit 2566c9ce3c
1 changed files with 1 additions and 1 deletions

View File

@ -59279,7 +59279,7 @@
if(node._nointro) return;
if(typeof node._customintro=='function'){
if(node._customintro(uiintro,evt)===false) return;
lib.placePoppedDialog(uiintro,evt);
if(evt)lib.placePoppedDialog(uiintro,evt);
}
else if(Array.isArray(node._customintro)){
var caption=node._customintro[0];