From 4ead915037e60a5d9cf1ad4da14050d81ff0c863 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 27 Nov 2020 11:39:55 +0100 Subject: [PATCH] don't use extend Auto completion (that's spamming the autocomplete) --- apps/remix-ide/src/app/ui/auto-complete-popup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/ui/auto-complete-popup.js b/apps/remix-ide/src/app/ui/auto-complete-popup.js index 152efcc457..36e4fa9697 100644 --- a/apps/remix-ide/src/app/ui/auto-complete-popup.js +++ b/apps/remix-ide/src/app/ui/auto-complete-popup.js @@ -31,7 +31,6 @@ class AutoCompletePopup { self._elementsToShow = 4 self._selectedElement = 0 this.extraCommands = [] - this.extendAutocompletion() } render () {