mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
@@ -131,6 +131,9 @@ const PaletteBlock = (() => {
|
||||
currentSelection.startCoords = getColourCoordinates(index);
|
||||
currentSelection.endCoords = getColourCoordinates(index);
|
||||
}
|
||||
else if (mouseEvent.which == 1) {
|
||||
endRampSelection(mouseEvent);
|
||||
}
|
||||
}
|
||||
|
||||
/** Updates the outline for the current selection.
|
||||
|
||||
Reference in New Issue
Block a user