Merge pull request #478 from rstudio/bugfix/no-paste-event-on-indent
Bugfix/no paste event on indent
This commit is contained in:
commit
b8d2d96387
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ var Editor =function(renderer, session) {
|
|||
indentString = lang.stringRepeat(" ", count);
|
||||
} else
|
||||
indentString = "\t";
|
||||
return this.onTextInput(indentString);
|
||||
return this.onTextInput(indentString, true);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue