Commit dc77b56d authored by leezng's avatar leezng Committed by 杨奕

Missing semicolon semi

parent 5268a8f8
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
}, },
handleKeyEnter(e) { handleKeyEnter(e) {
if (this.suggestionVisible && this.highlightedIndex >= 0 && this.highlightedIndex < this.suggestions.length) { if (this.suggestionVisible && this.highlightedIndex >= 0 && this.highlightedIndex < this.suggestions.length) {
e.preventDefault() e.preventDefault();
this.select(this.suggestions[this.highlightedIndex]); this.select(this.suggestions[this.highlightedIndex]);
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment