0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-10 03:08:40 +00:00

Add optional overwrite protection

This commit is contained in:
G.Ambatte
2022-09-24 13:50:26 +12:00
parent 22896470e3
commit db174c9655
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const Editor = createClass({
},
handleInject : function(injectText){
this.refs.codeEditor?.injectText(injectText);
this.refs.codeEditor?.injectText(injectText, false);
},
handleViewChange : function(newView){