mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Finished refactoring, moved sprite scaling functions in File
This commit is contained in:
@ -52,7 +52,6 @@ const EditorState = (() => {
|
||||
}
|
||||
|
||||
function chooseMode() {
|
||||
console.log("Here");
|
||||
let prevMode = pixelEditorMode.toLowerCase();
|
||||
|
||||
if (pixelEditorMode === "Basic") {
|
||||
|
Reference in New Issue
Block a user