This commit is contained in:
Nicola
2021-12-11 12:48:12 +01:00
parent a238fb1b47
commit 1bac62be4c
5 changed files with 14 additions and 30 deletions

View File

@@ -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.