mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Tested get/set functions
Found out every function that uses this has problems: when calling an object method as an input callback, this gets replaced with the element that triggered the event.
This commit is contained in:
@ -202,4 +202,6 @@ const ColorModule = (() => {
|
||||
addColor,
|
||||
AddToSimplePalette
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
console.log("Color module: " + ColorModule);
|
Reference in New Issue
Block a user