mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-23 22:08:39 +00:00
make linter happy
This commit is contained in:
@@ -154,7 +154,7 @@ const Editor = createReactClass({
|
|||||||
this.codeEditor.current?.injectText(injectText);
|
this.codeEditor.current?.injectText(injectText);
|
||||||
},
|
},
|
||||||
|
|
||||||
handleFormatCode: function () {
|
handleFormatCode : function () {
|
||||||
this.codeEditor.current?.formatCode();
|
this.codeEditor.current?.formatCode();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user