Make autofocus works in text editor
This commit is contained in:
@@ -55,7 +55,6 @@ KB.component('suggest-menu', function(containerElement, options) {
|
||||
var lines = element.value.substring(0, element.selectionEnd).split("\n");
|
||||
var lastLine = lines[lines.length - 1];
|
||||
var words = lastLine.split(' ');
|
||||
console.log(words);
|
||||
return words[words.length - 1];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user