mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Removed layerListEntry from global variables
This commit is contained in:
@@ -96,7 +96,6 @@ const ColorModule = (() => {
|
||||
* @param {*} e The event that triggered the callback
|
||||
*/
|
||||
function clickedColor (e){
|
||||
console.log("here bitch");
|
||||
//left clicked color
|
||||
if (e.which == 1) {
|
||||
// remove current color selection
|
||||
|
||||
Reference in New Issue
Block a user