fix: cannot edit the character.
This commit is contained in:
parent
ab5dce918a
commit
826391ebba
|
@ -4190,7 +4190,7 @@ class Create extends Uninstantable {
|
|||
}
|
||||
editnode.classList.remove('disabled');
|
||||
};
|
||||
var clickButton = async () => {
|
||||
var clickButton = async function () {
|
||||
if (currentButton == this) {
|
||||
resetEditor();
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue