Commit ca46c0dc authored by Illya Klymov's avatar Illya Klymov

Merge branch 'fix-toggle_button-vue' into 'master'

Increase clickable area of toggle_button.vue

Closes #235965

See merge request gitlab-org/gitlab!40231
parents 7e2e28ab 9e0189eb
......@@ -73,7 +73,7 @@ export default {
'is-disabled': disabledInput,
'is-loading': isLoading,
}"
@click="toggleFeature"
@click.prevent="toggleFeature"
>
<gl-loading-icon class="loading-icon" />
<span class="toggle-icon">
......
---
title: Improve click surface area of toggle buttons
merge_request: 40231
author:
type: changed
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