parent
841f39c57b
commit
4dfe33655e
3 changed files with 17 additions and 1 deletions
|
|
@ -271,6 +271,10 @@ var Editor =function(renderer, session) {
|
|||
}
|
||||
this.textInput.focus();
|
||||
};
|
||||
|
||||
this.isFocused = function() {
|
||||
return this.textInput.isFocused();
|
||||
};
|
||||
|
||||
this.blur = function() {
|
||||
this.textInput.blur();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue