Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-13 21:08:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-13 21:08:35 +0300
commite62d575077d6265497d7bbc7a31548ab15908a9e (patch)
tree5e10d28367cfe2652aacadd2ea0cdc8094c503cd /app/assets/javascripts/content_editor
parentf62886ebffeda00b6972f1644097a6b9f5016453 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/content_editor')
-rw-r--r--app/assets/javascripts/content_editor/components/content_editor.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/content_editor/components/content_editor.vue b/app/assets/javascripts/content_editor/components/content_editor.vue
index c6b605cd92f..1036b6552d1 100644
--- a/app/assets/javascripts/content_editor/components/content_editor.vue
+++ b/app/assets/javascripts/content_editor/components/content_editor.vue
@@ -264,7 +264,7 @@ export default {
<div
class="gl-display-flex gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-rounded-bottom-left-base gl-rounded-bottom-right-base gl-px-2 gl-border-t gl-border-gray-100 gl-text-secondary"
>
- <editor-mode-switcher size="small" value="richText" @input="handleEditorModeChanged" />
+ <editor-mode-switcher size="small" value="richText" @switch="handleEditorModeChanged" />
<gl-button
v-gl-tooltip
icon="markdown-mark"