mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Continued MagicWand
Only missing moving the selected pixels
This commit is contained in:
@@ -139,7 +139,6 @@ class SelectionTool extends Tool {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(currFile.canvasSize[0]);
|
||||
currFile.currentLayer.context.putImageData(pasteData, 0, 0);
|
||||
currFile.currentLayer.updateLayerPreview();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user