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