This commit is contained in:
shijian 2023-09-30 02:04:46 +08:00
parent d1e0022a62
commit 77264d7cd6
1 changed files with 1 additions and 1 deletions

View File

@ -40960,7 +40960,7 @@
}
}
if(self.createMenu){
createList.push(self.createMenu);
createList.add(self.createMenu);
ui.window.appendChild(self.createMenu);
return self.createMenu;
}