0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

fix snippets

This commit is contained in:
Víctor Losada Hernández
2026-04-13 17:50:52 +02:00
parent 6c51e6b711
commit 150c9de6fb
2 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ const Editor = createReactClass({
},
handleInject : function(injectText){
this.codeEditor.current?.injectText(injectText, false);
this.codeEditor.current?.injectText(injectText);
},
handleViewChange : function(newView){