From af985ba95cafda65078f85b5eb43f37d524a280c Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Sat, 24 Aug 2019 10:44:37 +0100 Subject: [PATCH] rename suggestions menu to suggestion list --- webapp/components/Editor/Editor.vue | 6 +++--- .../Editor/{SuggestionsMenu.vue => SuggestionList.vue} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename webapp/components/Editor/{SuggestionsMenu.vue => SuggestionList.vue} (100%) diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue index 63f948e7e..285a1dc33 100644 --- a/webapp/components/Editor/Editor.vue +++ b/webapp/components/Editor/Editor.vue @@ -3,7 +3,7 @@ - null }, // If 'null', than the Mention extention is not assigned. diff --git a/webapp/components/Editor/SuggestionsMenu.vue b/webapp/components/Editor/SuggestionList.vue similarity index 100% rename from webapp/components/Editor/SuggestionsMenu.vue rename to webapp/components/Editor/SuggestionList.vue