fix: cannot edit the character.

This commit is contained in:
Ansolve 2024-01-15 13:33:53 +08:00
parent ab5dce918a
commit 826391ebba
No known key found for this signature in database
GPG Key ID: 2F2873AC9538CC2D
1 changed files with 1 additions and 1 deletions

View File

@ -4190,7 +4190,7 @@ class Create extends Uninstantable {
}
editnode.classList.remove('disabled');
};
var clickButton = async () => {
var clickButton = async function () {
if (currentButton == this) {
resetEditor();
return;