mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started lasso selection computing
This commit is contained in:
@@ -89,7 +89,6 @@ class RectangularSelectionTool extends SelectionTool {
|
||||
currFile.TMPLayer.context.putImageData(this.currSelection.data, this.startMousePos[0], this.startMousePos[1]);
|
||||
|
||||
this.moveTool.setSelectionData(this.currSelection, this);
|
||||
console.log("data set");
|
||||
}
|
||||
|
||||
copySelection() {
|
||||
|
||||
Reference in New Issue
Block a user