0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 06:32:37 +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

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){