mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-24 17:18:11 +00:00
Add optional overwrite protection
This commit is contained in:
@@ -75,7 +75,7 @@ const Editor = createClass({
|
||||
},
|
||||
|
||||
handleInject : function(injectText){
|
||||
this.refs.codeEditor?.injectText(injectText);
|
||||
this.refs.codeEditor?.injectText(injectText, false);
|
||||
},
|
||||
|
||||
handleViewChange : function(newView){
|
||||
|
||||
Reference in New Issue
Block a user