mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Change post-insertion selection option
This commit is contained in:
@@ -234,7 +234,7 @@ const CodeEditor = createClass({
|
||||
if(!overwrite) {
|
||||
cm.setCursor(cm.getCursor('from'));
|
||||
}
|
||||
cm.replaceSelection(injectText, 'around');
|
||||
cm.replaceSelection(injectText, 'end');
|
||||
},
|
||||
|
||||
makeUnderline : function() {
|
||||
|
||||
Reference in New Issue
Block a user