0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +00:00
This commit is contained in:
G.Ambatte
2023-06-03 12:18:22 +12:00
parent 43ae80e80d
commit e6ad8aefde

View File

@@ -190,7 +190,7 @@ const CodeEditor = createClass({
indent : function () {
const cm = this.codeMirror;
if (cm.somethingSelected()) {
if(cm.somethingSelected()) {
cm.execCommand('indentMore');
} else {
cm.execCommand('insertSoftTab');