mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed more bugs 🆒 🆒
This commit is contained in:
@ -71,10 +71,10 @@ function endRectSelection(mouseEvent) {
|
||||
// Selecting the move tool
|
||||
currentTool = 'moveselection';
|
||||
currentToolTemp = currentTool;
|
||||
|
||||
originalDataPosition = [startX, startY];
|
||||
// Updating the cursor
|
||||
updateCursor();
|
||||
|
||||
//currentLayer.context.putImageData(imageData, startX, startY);
|
||||
}
|
||||
|
||||
function drawRect(x, y) {
|
||||
|
Reference in New Issue
Block a user