mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Slightly refactored selection tool
Now the move tool doesn't depend on how the selection has been made anymore
This commit is contained in:
@@ -2,4 +2,8 @@ class SelectionTool extends Tool {
|
||||
constructor(name, options, switchFunc) {
|
||||
super(name, options, switchFunc);
|
||||
}
|
||||
|
||||
cutSelection() {}
|
||||
pasteSelection(){}
|
||||
copySelection(){}
|
||||
}
|
||||
Reference in New Issue
Block a user