Commit 4ead9150 authored by yann300's avatar yann300

don't use extend Auto completion (that's spamming the autocomplete)

parent c7677213
...@@ -31,7 +31,6 @@ class AutoCompletePopup { ...@@ -31,7 +31,6 @@ class AutoCompletePopup {
self._elementsToShow = 4 self._elementsToShow = 4
self._selectedElement = 0 self._selectedElement = 0
this.extraCommands = [] this.extraCommands = []
this.extendAutocompletion()
} }
render () { render () {
......
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