mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed Dialogue bug
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user