mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started implementing editor modes
Added prompt in the create menu to choose an editor mode.
This commit is contained in:
@ -49,7 +49,6 @@ Object.keys(presets).forEach(function(presetName,index) {
|
||||
|
||||
});
|
||||
|
||||
|
||||
on('click', 'preset-button', function (e){
|
||||
//open or close the preset menu
|
||||
toggle('preset-button');
|
||||
|
Reference in New Issue
Block a user