Skip to content

Commit

Permalink
feature(edit-file) drop support of Beautify, Minify
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 28, 2019
1 parent f837460 commit 1dac192
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/modules/edit-file.js
Expand Up @@ -170,12 +170,6 @@ function getMenuData() {
'Select All Ctrl+A' : () => {
editor.selectAll();
},
'Beautify Ctrl+B' : () => {
editor.beautify();
},
'Minify Ctrl+M' : () => {
editor.minify();
},
'Close Esc' : () => {
hide();
},
Expand Down

0 comments on commit 1dac192

Please sign in to comment.