Commit 3b2b780b authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'check-out-copy-button' into 'master'

Handle modal focus for copy to clip board

See merge request gitlab-org/gitlab!48489
parents 19b26b12 afe36f9d
...@@ -94,7 +94,13 @@ export default { ...@@ -94,7 +94,13 @@ export default {
</script> </script>
<template> <template>
<gl-modal modal-id="modal-merge-info" :title="$options.i18n.title" no-fade hide-footer> <gl-modal
modal-id="modal-merge-info"
:no-enforce-focus="true"
:title="$options.i18n.title"
no-fade
hide-footer
>
<p> <p>
<strong> <strong>
{{ $options.i18n.steps.step1.label }} {{ $options.i18n.steps.step1.label }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment