Fixed Dialogue bug

This commit is contained in:
unsettledgames
2021-07-14 23:00:12 +02:00
parent d81363ddd0
commit eada155375
2 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ const ColorModule = (() => {
if (pixelEditorMode == 'Basic')
event.target.parentElement.firstChild.jscolor.show();
else
showDialogue("palette-block", false);
Dialogue.showDialogue("palette-block", false);
});
return listItem;