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-05-11 07:52:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 07:52:32 +0300
commit8e37e6808f9fb486ad750e6385b8f3a37aabc90a (patch)
tree596a01cae1c9a3eb612bd5ce93889aa8c1e11771
parentf502186140260c06a30c9fc612164fa31981ac37 (diff)
Add latest changes from gitlab-org/gitlab@15-11-stable-ee
-rw-r--r--app/assets/javascripts/vue_shared/components/markdown/mount_markdown_editor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/markdown/mount_markdown_editor.js b/app/assets/javascripts/vue_shared/components/markdown/mount_markdown_editor.js
index b0e609e2433..ac4f06a665d 100644
--- a/app/assets/javascripts/vue_shared/components/markdown/mount_markdown_editor.js
+++ b/app/assets/javascripts/vue_shared/components/markdown/mount_markdown_editor.js
@@ -105,7 +105,6 @@ export function mountMarkdownEditor() {
enableAutocomplete: true,
autocompleteDataSources: gl.GfmAutoComplete?.dataSources,
supportsQuickActions: true,
- autofocus: true,
},
});
},