Skip to content

Commit

Permalink
Патч для горячей клавиши CTRL+I
Browse files Browse the repository at this point in the history
  • Loading branch information
lintest committed Nov 16, 2021
1 parent 3b91a9e commit 9a9cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = (env, argv) => {
loader: 'string-replace-loader',
options: {
multiple: [{
search: 'secondary: [2048 /* CtrlCmd */ | 39 /* KEY_I */],',
search: 'secondary: [2048 /* CtrlCmd */ | 39 /* KeyI */],',
replace: 'secondary: null,'
}]
}
Expand Down

0 comments on commit 9a9cc7f

Please sign in to comment.