diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue
index d08257347..c511eae8e 100644
--- a/webapp/components/Editor/Editor.vue
+++ b/webapp/components/Editor/Editor.vue
@@ -4,14 +4,12 @@
@@ -68,12 +66,6 @@ export default {
},
computed: {
...mapGetters({ placeholder: 'editor/placeholder' }),
- hasResults() {
- return this.filteredItems.length
- },
- showSuggestions() {
- return this.query || this.hasResults
- },
optionalExtensions() {
const extensions = []
// Don't change the following line. The functionallity is in danger!
@@ -290,32 +282,6 @@ export default {