Continued MagicWand

Only missing moving the selected pixels
This commit is contained in:
Nicola
2022-01-10 23:37:21 +01:00
parent 4c4fbede6e
commit eada0f7ab1
4 changed files with 80 additions and 37 deletions

View File

@@ -139,7 +139,6 @@ class SelectionTool extends Tool {
}
}
console.log(currFile.canvasSize[0]);
currFile.currentLayer.context.putImageData(pasteData, 0, 0);
currFile.currentLayer.updateLayerPreview();